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