mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 17:01:02 +00:00
Add CHANGELOG and README docs for thinking level cycling feature
This commit is contained in:
parent
973a129407
commit
cfcdcf055d
2 changed files with 9 additions and 1 deletions
|
|
@ -332,11 +332,15 @@ Paste multiple lines of text (e.g., code snippets, logs) and they'll be automati
|
|||
- **Ctrl+K**: Delete to end of line (at line end: merge with next line)
|
||||
- **Ctrl+C**: Clear editor (first press) / Exit pi (second press)
|
||||
- **Tab**: Path completion
|
||||
- **Shift+Tab**: Cycle thinking level (for reasoning-capable models)
|
||||
- **Enter**: Send message
|
||||
- **Shift+Enter**: Insert new line (multi-line input)
|
||||
- **Arrow keys**: Move cursor
|
||||
- **Backspace**: Delete character backwards
|
||||
- **Delete** (or **Fn+Backspace**): Delete character forwards
|
||||
- **Arrow keys**: Move cursor (Up/Down/Left/Right)
|
||||
- **Ctrl+A** / **Home** / **Cmd+Left** (macOS): Jump to start of line
|
||||
- **Ctrl+E** / **End** / **Cmd+Right** (macOS): Jump to end of line
|
||||
- **Escape**: Cancel autocomplete (when autocomplete is active)
|
||||
|
||||
## Project Context Files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue