add start_search binding and apprt action

This commit is contained in:
Mitchell Hashimoto
2025-11-25 11:57:34 -08:00
parent b87d57f029
commit aeaa8d4ead
5 changed files with 48 additions and 0 deletions

View File

@@ -163,6 +163,12 @@ fn actionCommands(action: Action.Key) []const Command {
.description = "Paste the contents of the selection clipboard.",
}},
.start_search => comptime &.{.{
.action = .start_search,
.title = "Start Search",
.description = "Start a search if one isn't already active.",
}},
.navigate_search => comptime &.{ .{
.action = .{ .navigate_search = .next },
.title = "Next Search Result",