Add "Close Window" command

This commit is contained in:
Max Brunsfeld 2022-05-20 16:53:03 -07:00
parent b08cad9ef5
commit 21206800bc
4 changed files with 38 additions and 0 deletions

View file

@ -14,6 +14,7 @@
"shift-cmd-{": "pane::ActivatePrevItem",
"shift-cmd-}": "pane::ActivateNextItem",
"cmd-w": "pane::CloseActiveItem",
"cmd-shift-W": "workspace::CloseWindow",
"alt-cmd-w": "pane::CloseInactiveItems",
"cmd-s": "workspace::Save",
"cmd-shift-S": "workspace::SaveAs",