Alexander
|
74e008c616
|
Add Cmd+G / Cmd+Shift+G terminal search navigation (#440)
* Add design spec for terminal search next/prev shortcuts
Cmd+G / Cmd+Shift+G to navigate search matches when the
search bar is already open, following macOS conventions.
* Address review: isEditableTarget bypass, incremental option, native Cmd+G conflict
* Spec: clarify mod-key check placement and ref sync on empty query
* Add implementation plan for terminal search next/prev shortcuts
* Plan: merge Task 3+4 to avoid compile break, fix stale note, add reorder rationale
* Plan: import SearchState type in TerminalSearch instead of inline duplication
* test: add failing tests for search-navigate key matching
* feat: add Cmd+G / Cmd+Shift+G search navigation to keyboard handler
* feat: wire searchStateRef through TerminalPane and TerminalSearch
* refactor: use searchOpenRef to avoid listener re-registration on search toggle
* test: add Ctrl+Shift+G → previous on Linux/Windows test case
|
2026-04-11 22:52:32 -07:00 |
|