summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/vscode_config/keybindings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vscode_config/keybindings.json b/utils/vscode_config/keybindings.json
index 49e0f45c..98d48c32 100644
--- a/utils/vscode_config/keybindings.json
+++ b/utils/vscode_config/keybindings.json
@@ -166,6 +166,6 @@
{
"key": "space",
"command": "whichkey.show",
- "when": "neovim.mode != 'insert'"
+ "when": "neovim.mode != 'insert' && !inputFocus"
}
]