浏览代码

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",
     "key": "shift+ctrl+e",
     "command": "actions.findWithSelection"
     "command": "actions.findWithSelection"
@@ -219,10 +224,4 @@
     "key": "ctrl+shift+t",
     "key": "ctrl+shift+t",
     "command": "workbench.action.toggleMaximizedPanel"
     "command": "workbench.action.toggleMaximizedPanel"
   }
   }
-  {
-    "key": "space",
-    "command": "whichkey.show",
-    "when": "neovim.mode != 'insert'"
-  },
-
 ]
 ]