Add other standard macOS bindings for switching to next/prev tab
This commit is contained in:
parent
581c9af395
commit
f22d69aa74
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
"ctrl-c": "menu::Cancel",
|
"ctrl-c": "menu::Cancel",
|
||||||
"shift-cmd-{": "pane::ActivatePrevItem",
|
"shift-cmd-{": "pane::ActivatePrevItem",
|
||||||
"shift-cmd-}": "pane::ActivateNextItem",
|
"shift-cmd-}": "pane::ActivateNextItem",
|
||||||
|
"alt-cmd-left": "pane::ActivatePrevItem",
|
||||||
|
"alt-cmd-right": "pane::ActivateNextItem",
|
||||||
"cmd-w": "pane::CloseActiveItem",
|
"cmd-w": "pane::CloseActiveItem",
|
||||||
"cmd-shift-W": "workspace::CloseWindow",
|
"cmd-shift-W": "workspace::CloseWindow",
|
||||||
"alt-cmd-t": "pane::CloseInactiveItems",
|
"alt-cmd-t": "pane::CloseInactiveItems",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue