add end_search binding

This commit is contained in:
Mitchell Hashimoto
2025-11-26 07:05:52 -08:00
parent f7b14a0142
commit c51170da9c
5 changed files with 31 additions and 20 deletions

View File

@@ -169,6 +169,12 @@ fn actionCommands(action: Action.Key) []const Command {
.description = "Start a search if one isn't already active.",
}},
.end_search => comptime &.{.{
.action = .end_search,
.title = "End Search",
.description = "End the current search if any and hide any GUI elements.",
}},
.navigate_search => comptime &.{ .{
.action = .{ .navigate_search = .next },
.title = "Next Search Result",