Ver código fonte

Which-key works outside of insert mode in VSCode

haininhhoang 4 anos atrás
pai
commit
44e877e72b
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      utils/vscode_config/keybindings.json

+ 6 - 0
utils/vscode_config/keybindings.json

@@ -219,4 +219,10 @@
     "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'"
+  },
+
 ]
 ]