更新 'keybindings.json'
This commit is contained in:
parent
17ea7fe7c2
commit
74d7622626
|
@ -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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue