summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-11-20 00:57:28 -0500
committerChris <[email protected]>2020-11-20 00:57:28 -0500
commit06ba8aabbee619ed0175efc53ea2bb512cdf65ea (patch)
treec9f2dccb5cd413a409c206b8fa4fefdb7e0a67ac
parent44e877e72ba56b97a55d9df4bc85fd4019228f04 (diff)
update config
-rw-r--r--utils/vscode_config/keybindings.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/utils/vscode_config/keybindings.json b/utils/vscode_config/keybindings.json
index 4caed2f1..f786a00d 100644
--- a/utils/vscode_config/keybindings.json
+++ b/utils/vscode_config/keybindings.json
@@ -1,5 +1,10 @@
[
{
+ "key": "space",
+ "command": "whichkey.show",
+ "when": "neovim.mode != 'insert' && !inputFocus"
+ },
+ {
"key": "shift+ctrl+e",
"command": "actions.findWithSelection"
},
@@ -219,10 +224,4 @@
"key": "ctrl+shift+t",
"command": "workbench.action.toggleMaximizedPanel"
}
- {
- "key": "space",
- "command": "whichkey.show",
- "when": "neovim.mode != 'insert'"
- },
-
]