From 6fc91d628c1f85b882218950c63fd9019c3be260 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 27 Aug 2019 10:55:10 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/keybindings.json b/keybindings.json index 28193f1..c2483f9 100644 --- a/keybindings.json +++ b/keybindings.json @@ -67,10 +67,6 @@ "key": "ctrl+b", "command": "workbench.action.toggleSidebarVisibility" }, - { - "key": "ctrl+shift+r", - "command": "workbench.action.reopenClosedEditor" - }, { "key": "ctrl+p", "command": "workbench.action.quickOpen" @@ -170,12 +166,14 @@ "when": "terminalFocus" }, { - "key": "ctrl+shift+]", - "command": "workbench.action.terminal.focusNext" + "key": "ctrl+]", + "command": "workbench.action.terminal.focusNext", + "when": "terminalFocus" }, { - "key": "ctrl+shift+[", - "command": "workbench.action.terminal.focusPrevious" + "key": "ctrl+[", + "command": "workbench.action.terminal.focusPrevious", + "when": "terminalFocus" }, { "key": "shift+escape",