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