diff options
| author | Chris <[email protected]> | 2020-11-20 00:57:28 -0500 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-11-20 00:57:28 -0500 | 
| commit | 06ba8aabbee619ed0175efc53ea2bb512cdf65ea (patch) | |
| tree | c9f2dccb5cd413a409c206b8fa4fefdb7e0a67ac /utils | |
| parent | 44e877e72ba56b97a55d9df4bc85fd4019228f04 (diff) | |
update config
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/vscode_config/keybindings.json | 11 | 
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'" -  }, -  ] | 
