diff options
| -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'" -  }, -  ] | 
