Przeglądaj źródła

vscode use spacebar in other input (#513)

* fixed ues spacebar in other input(terminal, extensions, etc)

* fixed vscode spacebar
Wolowit 4 lat temu
rodzic
commit
0b0ba39193
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      utils/vscode_config/keybindings.json

+ 1 - 1
utils/vscode_config/keybindings.json

@@ -166,6 +166,6 @@
   {
     "key": "space",
     "command": "whichkey.show",
-    "when": "neovim.mode != 'insert'"
+    "when": "neovim.mode != 'insert' && !inputFocus"
   }
 ]