From 7913b5e2f758d43e67c0bbc7037c2738d2af72c5 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Thu, 5 Sep 2019 16:47:46 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index bb85c48..5676aab 100644 --- a/keybindings.json +++ b/keybindings.json @@ -327,4 +327,8 @@ "command": "workbench.action.previousEditor", "when": "editorFocus" } + { + "key": "ctrl+shift+w", + "command": "-workbench.action.closeWindow" + } ]