diff --git a/keybindings.json b/keybindings.json index d3d0f5d..1effcff 100644 --- a/keybindings.json +++ b/keybindings.json @@ -491,5 +491,15 @@ "key": "shift+cmd+e", "command": "workbench.view.explorer", "when": "viewContainer.workbench.view.explorer.enabled" + }, + { + "key": "shift+cmd+a", + "command": "workbench.files.action.focusOpenEditorsView", + "when": "workbench.explorer.openEditorsView.active" + }, + { + "key": "cmd+k e", + "command": "-workbench.files.action.focusOpenEditorsView", + "when": "workbench.explorer.openEditorsView.active" } ] \ No newline at end of file