From d1ae3ae1a081e7113b66579e74292cccd2cf943c Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Sun, 15 Mar 2026 15:05:00 -0500 Subject: [PATCH] =?UTF-8?q?feat(cli):=20keybinding=20system=20=E2=80=94=20?= =?UTF-8?q?Ctrl+L=20sidebar,=20Ctrl+N=20new,=20Ctrl+K=20search=20(TUI-009)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/cli/src/tui/components/bottom-bar.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/cli/src/tui/components/bottom-bar.tsx b/packages/cli/src/tui/components/bottom-bar.tsx index e9151a4..53c80fe 100644 --- a/packages/cli/src/tui/components/bottom-bar.tsx +++ b/packages/cli/src/tui/components/bottom-bar.tsx @@ -46,6 +46,11 @@ export function BottomBar({ return ( + {/* Line 0: keybinding hints */} + + ^L sidebar · ^N new · ^K search · ^T thinking · PgUp/Dn scroll + + {/* Line 1: blank ····· Gateway: Status */}