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.
533 B
533 B
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| TUI: Home/End keys jump to top/bottom of transcript | completed | feature | normal | 2026-04-01T06:11:02Z | 2026-04-01T06:19:13Z |
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.