Explorar o código

update config

Chris %!s(int64=4) %!d(string=hai) anos
pai
achega
06ba8aabbe
Modificáronse 1 ficheiros con 5 adicións e 6 borrados
  1. 5 6
      utils/vscode_config/keybindings.json

+ 5 - 6
utils/vscode_config/keybindings.json

@@ -1,4 +1,9 @@
 [
+  {
+    "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'"
-  },
-
 ]