keybind: rename copy_title to copy_title_to_clipboard

Co-authored-by: Jon Parise <jon@indelible.org>
This commit is contained in:
Jeffrey C. Ollie
2025-07-06 13:12:00 -05:00
parent 3cf56b8af3
commit a23b5328a5
3 changed files with 5 additions and 5 deletions

View File

@@ -132,8 +132,8 @@ fn actionCommands(action: Action.Key) []const Command {
.description = "Copy the URL under the cursor to the clipboard.",
}},
.copy_title => comptime &.{.{
.action = .copy_title,
.copy_title_to_clipboard => comptime &.{.{
.action = .copy_title_to_clipboard,
.title = "Copy Terminal Title to Clipboard",
.description = "Copy the terminal title to the clipboard. If the terminal title is not set this has no effect.",
}},