From b3f365b40f81c551767b374f6a9f7af50caf5371 Mon Sep 17 00:00:00 2001 From: Horace He Date: Sat, 20 May 2017 04:48:26 -0400 Subject: [PATCH] Actuall readded and --- 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",