diff --git a/package.json b/package.json index 8dfeba9f9d8..7ee1f2cbef7 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ { "key": "ctrl+f", "command": "extension.vim_ctrl+f", - "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl" + "when": "editorTextFocus && vim.active && vim.use && vim.mode != 'Insert' && !inDebugRepl" }, { "key": "ctrl+h",