docs: update TUI controls in README

This commit is contained in:
Luxferre
2026-03-21 19:13:39 +02:00
parent dd333a0bc7
commit e4a85cd77e
+7 -2
View File
@@ -150,9 +150,14 @@ user's request and delegate tasks accordingly.
./bin/sidekick-tui ./bin/sidekick-tui
``` ```
* **Input:** Type your messages at the bottom prompt. * **Input:** Type your messages at the bottom prompt.
* **Markdown:** Agent responses are rendered as formatted Markdown.
* **Send:** Press `Enter` to send a message. * **Send:** Press `Enter` to send a message.
* **Quit:** Press `ctrl+c` to exit. * **Newline:** Press `Ctrl+J` to insert a newline in your message.
* **Scrolling:** Use the mouse wheel or arrow keys to scroll through the conversation history. * **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 ### Running the Sidekick MCP Server