Add close tabs on the right action

This commit is contained in:
George Papadakis
2025-12-01 20:15:53 +02:00
committed by Mitchell Hashimoto
parent 894e8d91ba
commit 625d7274bf
12 changed files with 231 additions and 7 deletions

View File

@@ -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 &.{.{