diff --git a/keybindings_mac.json b/keybindings_mac.json index 5f2dc7e..3168132 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -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" + }, ] \ No newline at end of file