mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 15:03:31 +00:00
docs: add Shift+Ctrl+P and Ctrl+L keyboard shortcuts to README
Follow-up to #315
This commit is contained in:
parent
19dde0a988
commit
667301bde4
1 changed files with 2 additions and 1 deletions
|
|
@ -244,7 +244,8 @@ The agent reads, writes, and edits files, and executes commands via bash.
|
|||
| Ctrl+D | Exit (when editor is empty) |
|
||||
| Ctrl+Z | Suspend to background (use `fg` in shell to resume) |
|
||||
| Shift+Tab | Cycle thinking level |
|
||||
| Ctrl+P | Cycle models (scoped by `--models`) |
|
||||
| Ctrl+P / Shift+Ctrl+P | Cycle models forward/backward (scoped by `--models`) |
|
||||
| Ctrl+L | Open model selector |
|
||||
| Ctrl+O | Toggle tool output expansion |
|
||||
| Ctrl+T | Toggle thinking block visibility |
|
||||
| Ctrl+G | Edit message in external editor (`$VISUAL` or `$EDITOR`) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue