feat(claudbg-vqhj): '/' key focuses filter/search bar
Press '/' to immediately focus the filter input on the session-list screen and the search input on the transcript screen, matching the less(1) convention. Updates help modal and placeholder hint text. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
7696a5560f
commit
1fd9f8c259
@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
# claudbg-vqhj
|
# claudbg-vqhj
|
||||||
title: 'TUI: ''/'' key focuses filter/search bar'
|
title: 'TUI: ''/'' key focuses filter/search bar'
|
||||||
status: todo
|
status: in-progress
|
||||||
type: feature
|
type: feature
|
||||||
|
priority: normal
|
||||||
created_at: 2026-04-01T06:10:47Z
|
created_at: 2026-04-01T06:10:47Z
|
||||||
updated_at: 2026-04-01T06:10:47Z
|
updated_at: 2026-04-01T06:13:37Z
|
||||||
---
|
---
|
||||||
|
|
||||||
Pressing '/' in the session list or transcript screen should immediately focus the filter/search input, matching the less(1) convention. Currently 't' and Tab are the only bindings that open the filter. The '/' binding should work on both the session-list screen (opens the filter bar) and the transcript screen (opens the search bar).
|
Pressing '/' in the session list or transcript screen should immediately focus the filter/search input, matching the less(1) convention. Currently 't' and Tab are the only bindings that open the filter. The '/' binding should work on both the session-list screen (opens the filter bar) and the transcript screen (opens the search bar).
|
||||||
|
|||||||
Loading…
Reference in New Issue