search binding action starts a search thread on surface

This commit is contained in:
Mitchell Hashimoto
2025-11-15 20:02:35 -08:00
parent 6623c20c2d
commit e49f4a6dbc
4 changed files with 84 additions and 0 deletions

View File

@@ -604,6 +604,7 @@ fn actionCommands(action: Action.Key) []const Command {
.csi,
.esc,
.cursor_key,
.search,
.set_font_size,
.scroll_to_row,
.scroll_page_fractional,