mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
feat(coding-agent): tweak queued hint text
This commit is contained in:
parent
06bf2493a1
commit
520e3b02f3
3 changed files with 7 additions and 1 deletions
|
|
@ -304,6 +304,7 @@ Both modes are configurable via `/settings`: "one-at-a-time" delivers messages o
|
|||
| Ctrl+T | Toggle thinking block visibility |
|
||||
| Ctrl+G | Edit message in external editor (`$VISUAL` or `$EDITOR`) |
|
||||
| Ctrl+V | Paste image from clipboard |
|
||||
| Alt+Up | Restore queued messages to editor |
|
||||
|
||||
### Custom Keybindings
|
||||
|
||||
|
|
@ -348,6 +349,7 @@ All keyboard shortcuts can be customized via `~/.pi/agent/keybindings.json`. Eac
|
|||
| `toggleThinking` | `ctrl+t` | Toggle thinking |
|
||||
| `externalEditor` | `ctrl+g` | Open external editor |
|
||||
| `followUp` | `alt+enter` | Queue follow-up message |
|
||||
| `dequeue` | `alt+up` | Restore queued messages to editor |
|
||||
| `selectUp` | `up` | Move selection up in lists (session picker, model selector) |
|
||||
| `selectDown` | `down` | Move selection down in lists |
|
||||
| `selectConfirm` | `enter` | Confirm selection |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue