Bind CloseInactiveItems to alt-cmd-t

This commit is contained in:
Antonio Scandurra 2022-06-16 14:41:55 +02:00
parent 88d8696414
commit 9defbf7c76

View File

@ -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",