mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Bind CloseInactiveItems
to alt-cmd-t
This commit is contained in:
parent
88d8696414
commit
9defbf7c76
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
"shift-cmd-}": "pane::ActivateNextItem",
|
||||
"cmd-w": "pane::CloseActiveItem",
|
||||
"cmd-shift-W": "workspace::CloseWindow",
|
||||
"cmd-k alt-cmd-w": "pane::CloseInactiveItems",
|
||||
"alt-cmd-t": "pane::CloseInactiveItems",
|
||||
"cmd-s": "workspace::Save",
|
||||
"cmd-shift-S": "workspace::SaveAs",
|
||||
"cmd-=": "zed::IncreaseBufferFontSize",
|
||||
|
|
Loading…
Reference in a new issue