You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
511 B
511 B
| title | status | type | created_at | updated_at |
|---|---|---|---|---|
| TUI: Home/End keys jump to top/bottom of transcript | todo | feature | 2026-04-01T06:11:02Z | 2026-04-01T06:11:02Z |
Add Home and End key bindings in the transcript screen to complement the existing gg/G vim-style bindings:\n- Home → jump to top of transcript (same as gg)\n- End → jump to bottom of transcript (same as G)\n\nHandle in handle_transcript_event() in src/tui/screens/transcript.rs alongside the existing Char('g')/Char('G') cases.