input: remove the unused end search entry in the palette

pull/9734/head
Mitchell Hashimoto 2025-11-27 07:21:56 -08:00
parent 14899591ce
commit 4ff0e0c9d2
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 6 deletions

View File

@ -185,12 +185,6 @@ fn actionCommands(action: Action.Key) []const Command {
.description = "Navigate to the previous search result, if any.",
} },
.search => comptime &.{.{
.action = .{ .search = "" },
.title = "End Search",
.description = "End a search if one is active.",
}},
.increase_font_size => comptime &.{.{
.action = .{ .increase_font_size = 1 },
.title = "Increase Font Size",
@ -633,6 +627,7 @@ fn actionCommands(action: Action.Key) []const Command {
.esc,
.cursor_key,
.set_font_size,
.search,
.scroll_to_row,
.scroll_page_fractional,
.scroll_page_lines,