소스 검색

vscode use spacebar in other input (#513)

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

* fixed vscode spacebar
Wolowit 4 년 전
부모
커밋
0b0ba39193
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
   }
 ]