docs: update TUI controls in README
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user