mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 21:40:29 +00:00
input: remove the unused end search entry in the palette
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user