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