From e4a85cd77e13bcc1270dd1d77df6fad907444042 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 21 Mar 2026 19:13:39 +0200 Subject: [PATCH] docs: update TUI controls in README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81d0137..2943aaf 100644 --- a/README.md +++ b/README.md @@ -150,9 +150,14 @@ user's request and delegate tasks accordingly. ./bin/sidekick-tui ``` * **Input:** Type your messages at the bottom prompt. +* **Markdown:** Agent responses are rendered as formatted Markdown. * **Send:** Press `Enter` to send a message. -* **Quit:** Press `ctrl+c` to exit. -* **Scrolling:** Use the mouse wheel or arrow keys to scroll through the conversation history. +* **Newline:** Press `Ctrl+J` to insert a newline in your message. +* **Scrolling:** + * Use **`Ctrl+U`** or **`PgUp`** to scroll up. + * Use **`Ctrl+D`** or **`PgDn`** to scroll down. + * Mouse wheel is also supported. +* **Quit:** Press `Ctrl+C` or `Esc` to exit. ### Running the Sidekick MCP Server