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" + } ]