docs: add Shift+Ctrl+P and Ctrl+L keyboard shortcuts to README

Follow-up to #315
This commit is contained in:
Mario Zechner 2025-12-25 18:32:45 +01:00
parent 19dde0a988
commit 667301bde4

View file

@ -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`) |