update config

This commit is contained in:
Chris 2020-11-20 00:57:28 -05:00
parent 44e877e72b
commit 06ba8aabbe

View file

@ -1,4 +1,9 @@
[ [
{
"key": "space",
"command": "whichkey.show",
"when": "neovim.mode != 'insert' && !inputFocus"
},
{ {
"key": "shift+ctrl+e", "key": "shift+ctrl+e",
"command": "actions.findWithSelection" "command": "actions.findWithSelection"
@ -219,10 +224,4 @@
"key": "ctrl+shift+t", "key": "ctrl+shift+t",
"command": "workbench.action.toggleMaximizedPanel" "command": "workbench.action.toggleMaximizedPanel"
} }
{
"key": "space",
"command": "whichkey.show",
"when": "neovim.mode != 'insert'"
},
] ]