Selaa lähdekoodia

update config

Chris 4 vuotta sitten
vanhempi
commit
06ba8aabbe
1 muutettua tiedostoa jossa 5 lisäystä ja 6 poistoa
  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'"
-  },
-
 ]