From 99a4e27b21c215af9ec386857a0f796aafd0c4d6 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Sat, 2 Nov 2019 11:34:47 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/keybindings.json b/keybindings.json index 7d75713..384b6bb 100644 --- a/keybindings.json +++ b/keybindings.json @@ -371,4 +371,9 @@ "command": "workbench.action.terminal.focusAtIndex6", "when": "terminalFocus" }, + { + "key": "ctrl+shift+e", + "command": "workbench.files.action.focusOpenEditorsView", + "when": "workbench.explorer.openEditorsView.active" + }, ]