Browse Source

Which-key works outside of insert mode in VSCode

haininhhoang 4 năm trước cách đây
mục cha
commit
44e877e72b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      utils/vscode_config/keybindings.json

+ 6 - 0
utils/vscode_config/keybindings.json

@@ -219,4 +219,10 @@
     "key": "ctrl+shift+t",
     "command": "workbench.action.toggleMaximizedPanel"
   }
+  {
+    "key": "space",
+    "command": "whichkey.show",
+    "when": "neovim.mode != 'insert'"
+  },
+
 ]