Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Nov 20, 2020
1 parent 44e877e commit 06ba8aa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions utils/vscode_config/keybindings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"key": "space",
"command": "whichkey.show",
"when": "neovim.mode != 'insert' && !inputFocus"
},
{
"key": "shift+ctrl+e",
"command": "actions.findWithSelection"
Expand Down Expand Up @@ -219,10 +224,4 @@
"key": "ctrl+shift+t",
"command": "workbench.action.toggleMaximizedPanel"
}
{
"key": "space",
"command": "whichkey.show",
"when": "neovim.mode != 'insert'"
},

]

0 comments on commit 06ba8aa

Please sign in to comment.