From d3528288eac14796fe0d8036c0740e600d1920b7 Mon Sep 17 00:00:00 2001 From: rogeryk Date: Mon, 18 Dec 2023 16:08:52 +0800 Subject: [PATCH] Support keymap --- package.json | 5 +++++ 1 file changed, 5 insertions(+) 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",