소스 검색

update config

Chris 4 년 전
부모
커밋
06ba8aabbe
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  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'"
-  },
-
 ]