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