input: remove the unused end search entry in the palette

This commit is contained in:
Mitchell Hashimoto
2025-11-27 07:21:56 -08:00
parent 14899591ce
commit 4ff0e0c9d2

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,