更新 'keybindings_mac.json'
This commit is contained in:
parent
f450f27932
commit
2cbb5dd7da
|
@ -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"
|
||||
},
|
||||
]
|
Loading…
Reference in New Issue