From 52f3c5f85094b098e3adffecbbd99dd24f8df983 Mon Sep 17 00:00:00 2001 From: Horace He Date: Fri, 19 May 2017 01:20:40 -0400 Subject: [PATCH 1/2] Removed unused bindings from package.json --- package.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package.json b/package.json index bcc0e20e25d..8879df64a6f 100644 --- a/package.json +++ b/package.json @@ -139,16 +139,6 @@ "command": "extension.vim_ctrl+b", "when": "editorTextFocus && vim.active && vim.use && vim.mode != 'Insert' && !inDebugRepl" }, - { - "key": "ctrl+j", - "command": "extension.vim_ctrl+j", - "when": "editorTextFocus && vim.active && vim.use && vim.mode != 'Insert' && !inDebugRepl" - }, - { - "key": "ctrl+k", - "command": "extension.vim_ctrl+k", - "when": "editorTextFocus && vim.active && vim.use && vim.mode != 'Insert' && !inDebugRepl" - }, { "key": "ctrl+h", "command": "extension.vim_ctrl+h", From 944aab914604c57d0ee660c0c5ec362234735dad Mon Sep 17 00:00:00 2001 From: Horace He Date: Sat, 20 May 2017 04:20:48 -0400 Subject: [PATCH 2/2] Readded and keybindings. Needed for remapper --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 8879df64a6f..bcc0e20e25d 100644 --- a/package.json +++ b/package.json @@ -139,6 +139,16 @@ "command": "extension.vim_ctrl+b", "when": "editorTextFocus && vim.active && vim.use && vim.mode != 'Insert' && !inDebugRepl" }, + { + "key": "ctrl+j", + "command": "extension.vim_ctrl+j", + "when": "editorTextFocus && vim.active && vim.use && vim.mode != 'Insert' && !inDebugRepl" + }, + { + "key": "ctrl+k", + "command": "extension.vim_ctrl+k", + "when": "editorTextFocus && vim.active && vim.use && vim.mode != 'Insert' && !inDebugRepl" + }, { "key": "ctrl+h", "command": "extension.vim_ctrl+h",