Skip to content

fix(tui): allow j/k/q to be typed in filter search (#654)#655

Merged
wesm merged 1 commit intomainfrom
fix/k-key-filter
Apr 19, 2026
Merged

fix(tui): allow j/k/q to be typed in filter search (#654)#655
wesm merged 1 commit intomainfrom
fix/k-key-filter

Conversation

@wesm
Copy link
Copy Markdown
Collaborator

@wesm wesm commented Apr 19, 2026

Summary

  • The filter modal bound j/k to navigate up/down and q to close, which swallowed those characters before they could reach the search input (issue The "k" gets swallowed in filter modals (e.g. filter branch) #654).
  • Help text only advertises arrow keys and esc, so drop the vim-style aliases to match the documented UX.
  • Added regression test for typing j/k/q; updated existing nav tests to use arrow keys.

Closes #654

🤖 Generated with Claude Code

The filter modal bound j/k to navigate up/down and q to close, which
swallowed those characters before they could reach the search input.
The help text only advertises arrow keys and esc, so drop the vim-style
aliases to match the documented UX.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@roborev-ci
Copy link
Copy Markdown

roborev-ci Bot commented Apr 19, 2026

roborev: Combined Review (3816a19)

Verdict: No Medium, High, or Critical issues found.

The reviewed change appears clean. It removes j/k/q filter-modal shortcuts so those keys can be entered as search input, and updates tests to cover arrow-key navigation plus the related regression.


Synthesized from 3 reviews (agents: codex, gemini | types: default, security)

@wesm wesm merged commit 643515d into main Apr 19, 2026
8 checks passed
@wesm wesm deleted the fix/k-key-filter branch April 19, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The "k" gets swallowed in filter modals (e.g. filter branch)

1 participant