From 44e877e72ba56b97a55d9df4bc85fd4019228f04 Mon Sep 17 00:00:00 2001 From: haininhhoang <34930708+haininhhoang94@users.noreply.github.com> Date: Fri, 20 Nov 2020 12:46:12 +0700 Subject: Which-key works outside of insert mode in VSCode --- utils/vscode_config/keybindings.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'utils') diff --git a/utils/vscode_config/keybindings.json b/utils/vscode_config/keybindings.json index 2346439f..4caed2f1 100644 --- a/utils/vscode_config/keybindings.json +++ b/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'" + }, + ] -- cgit v1.2.3