mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-09 14:52:47 +00:00
add start_search binding and apprt action
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user