diff --git a/keybindings.json b/keybindings.json index 4ed7e43..d3d0f5d 100644 --- a/keybindings.json +++ b/keybindings.json @@ -395,11 +395,6 @@ "command": "workbench.action.terminal.focusAtIndex6", "when": "terminalFindFocused && !terminalEditorFocus" }, - { - "key": "cmd+shift+e", - "command": "workbench.files.action.focusOpenEditorsView", - "when": "workbench.explorer.openEditorsView.active" - }, { "key": "cmd+shift+o", "command": "remoteTargets.focus" @@ -491,5 +486,10 @@ { "key": "shift+cmd+-", "command": "-workbench.action.zoomOut" + }, + { + "key": "shift+cmd+e", + "command": "workbench.view.explorer", + "when": "viewContainer.workbench.view.explorer.enabled" } ] \ No newline at end of file