From 0ba30537cff3b069c5775542c269ec0ca106a024 Mon Sep 17 00:00:00 2001 From: wswslzp Date: Thu, 18 Jan 2024 04:55:43 +0000 Subject: [PATCH] revert back the ctrl-p function for vscode file navigation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17571cc2636..1b96838c844 100644 --- a/package.json +++ b/package.json @@ -257,7 +257,7 @@ { "key": "ctrl+p", "command": "extension.vim_ctrl+p", - "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl || vim.mode == 'CommandlineInProgress' && vim.active && vim.use && !inDebugRepl || vim.mode == 'SearchInProgressMode' && vim.active && vim.use && !inDebugRepl" + "when": "suggestWidgetVisible && vim.active && vim.use && !inDebugRepl || vim.mode == 'CommandlineInProgress' && vim.active && vim.use && !inDebugRepl || vim.mode == 'SearchInProgressMode' && vim.active && vim.use && !inDebugRepl" }, { "key": "ctrl+q",