rename the selection search binding, unify into start_search action

This commit is contained in:
Mitchell Hashimoto
2026-01-06 14:08:34 -08:00
parent 9b6a3be993
commit 8e28f58b42
10 changed files with 15 additions and 84 deletions

View File

@@ -189,10 +189,10 @@ fn actionCommands(action: Action.Key) []const Command {
.description = "Start a search if one isn't already active.",
}},
.selection_for_search => comptime &.{.{
.action = .selection_for_search,
.title = "Selection for Search",
.description = "Input the selected text into the search field.",
.search_selection => comptime &.{.{
.action = .search_selection,
.title = "Search Selection",
.description = "Start a search for the current text selection.",
}},
.end_search => comptime &.{.{