mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-07 13:53:18 +00:00
Add close tabs on the right action
This commit is contained in:
committed by
Mitchell Hashimoto
parent
894e8d91ba
commit
625d7274bf
@@ -538,6 +538,11 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
.title = "Close Other Tabs",
|
||||
.description = "Close all tabs in this window except the current one.",
|
||||
},
|
||||
.{
|
||||
.action = .{ .close_tab = .right },
|
||||
.title = "Close Tabs on the Right",
|
||||
.description = "Close every tab to the right of the current one.",
|
||||
},
|
||||
},
|
||||
|
||||
.close_window => comptime &.{.{
|
||||
|
||||
Reference in New Issue
Block a user