From 06ba8aabbee619ed0175efc53ea2bb512cdf65ea Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 20 Nov 2020 00:57:28 -0500 Subject: update config --- utils/vscode_config/keybindings.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'utils') diff --git a/utils/vscode_config/keybindings.json b/utils/vscode_config/keybindings.json index 4caed2f1..f786a00d 100644 --- a/utils/vscode_config/keybindings.json +++ b/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'" - }, - ] -- cgit v1.2.3