From 99af3af135da2e5fd11f1a12aef1bc2d8d73e1f1 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 1 Aug 2023 20:15:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'keybindings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index 1effcff..ed0a99a 100644 --- a/keybindings.json +++ b/keybindings.json @@ -501,5 +501,9 @@ "key": "cmd+k e", "command": "-workbench.files.action.focusOpenEditorsView", "when": "workbench.explorer.openEditorsView.active" + }, + { + "key": "cmd+q", + "command": "-workbench.action.quit" } ] \ No newline at end of file