Close other tabs feature on Mac.

Supporting command line, file menu and keybindings.
Default mac shortcut of `super + alt + o` (other)

Not able to test on Linux so excluding `close_other_tabs` from `gtk` for now
make a default short cut for close other tabs
This commit is contained in:
jamylak
2025-08-23 14:41:01 +10:00
committed by Mitchell Hashimoto
parent 13425b4881
commit c26323d697
13 changed files with 160 additions and 11 deletions

View File

@@ -709,6 +709,7 @@ typedef enum {
GHOSTTY_ACTION_NEW_WINDOW,
GHOSTTY_ACTION_NEW_TAB,
GHOSTTY_ACTION_CLOSE_TAB,
GHOSTTY_ACTION_CLOSE_OTHER_TABS,
GHOSTTY_ACTION_NEW_SPLIT,
GHOSTTY_ACTION_CLOSE_ALL_WINDOWS,
GHOSTTY_ACTION_TOGGLE_MAXIMIZE,