From 74d7622626fb8ff20bd268218aef602d858dea69 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 19 Jun 2023 13:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'keybindings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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