更新 'keybindings_mac.json'

This commit is contained in:
colin 2020-10-14 16:36:52 +08:00
parent f450f27932
commit 2cbb5dd7da
1 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,11 @@
"command": "editor.action.revealDefinition",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
},
{
"key": "shift+cmd+t",
"command": "workbench.action.closeWindow",
"when": "!multipleEditorGroups && !inDebugMode"
},
{
"key": "cmd+w",
"command": "workbench.action.closeWindow",
@ -384,4 +389,9 @@
"key": "cmd+o",
"command": "workbench.action.openRecent"
},
{
"key": "cmd+t",
"command": "workbench.action.newWindow",
"when": "editorFocus && !inDebugMode && !terminalFocus"
},
]