feat(claudbg-e49f): add Home/End key bindings to jump to top/bottom of transcript
Home jumps to the top (scroll = 0) and End jumps to the bottom, mirroring the existing gg/G vim-style bindings. Help modal updated to document both. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
52f33202d3
commit
ae81563983
@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
# claudbg-e49f
|
# claudbg-e49f
|
||||||
title: 'TUI: Home/End keys jump to top/bottom of transcript'
|
title: 'TUI: Home/End keys jump to top/bottom of transcript'
|
||||||
status: todo
|
status: in-progress
|
||||||
type: feature
|
type: feature
|
||||||
|
priority: normal
|
||||||
created_at: 2026-04-01T06:11:02Z
|
created_at: 2026-04-01T06:11:02Z
|
||||||
updated_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.
|
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.
|
||||||
|
|||||||
Loading…
Reference in New Issue