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" + }, ]