From 2cbb5dd7da731aec8aaa9a90ea1fafdfc76deeb9 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 14 Oct 2020 16:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'keybindings=5Fmac.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings_mac.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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