From cb33d58b97e974e17066dd86be0f09b06341bce4 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Mon, 2 Sep 2019 17:42:29 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/keybindings.json b/keybindings.json index c716231..bb85c48 100644 --- a/keybindings.json +++ b/keybindings.json @@ -145,14 +145,13 @@ }, { "key": "ctrl+e", - "command": "workbench.action.terminal.toggleTerminal", - "when": "terminalFocus" - + "command": "workbench.action.togglePanel", + "when": "activePanel" }, { "key": "ctrl+e", "command": "workbench.action.toggleMaximizedPanel", - "when": "!terminalFocus || editorTextFocus" + "when": "!activePanel" }, { "key": "ctrl+n", @@ -327,9 +326,5 @@ "key": "ctrl+shift+[", "command": "workbench.action.previousEditor", "when": "editorFocus" - }, - { - "key": "ctrl+shift+f9", - "command": "workbench.action.toggleMaximizedPanel" } ]