From 6c10582e6d84507b29866910c8b45d06c155a3e6 Mon Sep 17 00:00:00 2001 From: altair823 Date: Mon, 4 May 2026 17:00:06 +0000 Subject: [PATCH] =?UTF-8?q?docs(kebab-tui):=20p9-fb-24=20task=2010=20?= =?UTF-8?q?=E2=80=94=20cheatsheet=20Ask=20gains=20PgUp=20/=20PgDn=20row?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- crates/kebab-tui/src/cheatsheet.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/kebab-tui/src/cheatsheet.rs b/crates/kebab-tui/src/cheatsheet.rs index fea5339..1af1751 100644 --- a/crates/kebab-tui/src/cheatsheet.rs +++ b/crates/kebab-tui/src/cheatsheet.rs @@ -90,6 +90,7 @@ pub fn render_cheatsheet(f: &mut Frame, area: Rect, app: &App) { ("e", "toggle explain mode (Normal)"), ("j / k", "scroll transcript (Normal — disengages auto-tail)"), ("Shift-G", "jump to bottom + re-engage auto-tail (p9-fb-22)"), + ("PgUp / PgDn", "page-scroll the transcript (p9-fb-24, disengages auto-tail)"), ("← / →", "move cursor in input (p9-fb-22)"), ("Home / End", "cursor to start / end of input"), ("Delete", "remove char at cursor"),