更新 'keybindings.json'

This commit is contained in:
colin 2023-06-19 13:42:13 +08:00
parent 17ea7fe7c2
commit 74d7622626
1 changed files with 5 additions and 5 deletions

View File

@ -395,11 +395,6 @@
"command": "workbench.action.terminal.focusAtIndex6", "command": "workbench.action.terminal.focusAtIndex6",
"when": "terminalFindFocused && !terminalEditorFocus" "when": "terminalFindFocused && !terminalEditorFocus"
}, },
{
"key": "cmd+shift+e",
"command": "workbench.files.action.focusOpenEditorsView",
"when": "workbench.explorer.openEditorsView.active"
},
{ {
"key": "cmd+shift+o", "key": "cmd+shift+o",
"command": "remoteTargets.focus" "command": "remoteTargets.focus"
@ -491,5 +486,10 @@
{ {
"key": "shift+cmd+-", "key": "shift+cmd+-",
"command": "-workbench.action.zoomOut" "command": "-workbench.action.zoomOut"
},
{
"key": "shift+cmd+e",
"command": "workbench.view.explorer",
"when": "viewContainer.workbench.view.explorer.enabled"
} }
] ]