Add other standard macOS bindings for switching to next/prev tab

This commit is contained in:
Max Brunsfeld 2022-06-29 15:33:20 -07:00
parent 581c9af395
commit f22d69aa74

View file

@ -13,6 +13,8 @@
"ctrl-c": "menu::Cancel",
"shift-cmd-{": "pane::ActivatePrevItem",
"shift-cmd-}": "pane::ActivateNextItem",
"alt-cmd-left": "pane::ActivatePrevItem",
"alt-cmd-right": "pane::ActivateNextItem",
"cmd-w": "pane::CloseActiveItem",
"cmd-shift-W": "workspace::CloseWindow",
"alt-cmd-t": "pane::CloseInactiveItems",