Explorar el Código

vscode use spacebar in other input (#513)

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

* fixed vscode spacebar
Wolowit hace 4 años
padre
commit
0b0ba39193
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
   }
 ]