diff --git a/package.json b/package.json index 86d02404e76..ff6a1fad2fd 100644 --- a/package.json +++ b/package.json @@ -374,6 +374,11 @@ "command": "extension.vim_ctrl+space", "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl && vim.mode != 'Insert'" }, + { + "key": "ctrl+.", + "command": "extension.vim_ctrl+.", + "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl" + }, { "key": "shift+G", "command": "list.focusLast",