mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 23:06:20 +00:00
Add close_tab
keybinding action for macOS
Implement `close_tab` keybinding action to close the current tab and all splits within that tab.
This commit is contained in:

committed by
Mitchell Hashimoto

parent
e4033ca4df
commit
140ac93884
@@ -4266,6 +4266,7 @@ fn closingAction(action: input.Binding.Action) bool {
|
||||
return switch (action) {
|
||||
.close_surface,
|
||||
.close_window,
|
||||
.close_tab,
|
||||
=> true,
|
||||
|
||||
else => false,
|
||||
|
Reference in New Issue
Block a user