core: prompt_tab_title binding and apprt action

This commit is contained in:
Mitchell Hashimoto
2025-12-11 16:00:13 -08:00
parent 4d757f0f28
commit 32033c9e1a
5 changed files with 26 additions and 1 deletions

View File

@@ -417,6 +417,12 @@ fn actionCommands(action: Action.Key) []const Command {
.description = "Prompt for a new title for the current terminal.",
}},
.prompt_tab_title => comptime &.{.{
.action = .prompt_tab_title,
.title = "Change Tab Title...",
.description = "Prompt for a new title for the current tab.",
}},
.new_split => comptime &.{
.{
.action = .{ .new_split = .left },