fix(ui): restore hjkl after search, Escape clears search #100

Merged
barrettruth merged 1 commit from fix/search-keyboard into main 2026-03-25 19:28:04 +00:00
barrettruth commented 2026-03-25 19:27:54 +00:00

Problem

After pressing Enter in / search, hjkl navigation stopped working. Escape didn't clear the search filter.

Solution

Blur active element on Enter so keyboard hook resumes. Add window-level Escape handler to clear search when input isn't focused.

## Problem After pressing Enter in `/` search, `hjkl` navigation stopped working. Escape didn't clear the search filter. ## Solution Blur active element on Enter so keyboard hook resumes. Add window-level Escape handler to clear search when input isn't focused.
Sign in to join this conversation.
No description provided.