mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 13:03:42 +00:00
docs(coding-agent): use Alt+ instead of Option+ for consistency
This commit is contained in:
parent
7b0244a5ed
commit
a8f1ff09e5
1 changed files with 3 additions and 3 deletions
|
|
@ -340,7 +340,7 @@ Both modes are configurable via `/settings`: "one-at-a-time" delivers messages o
|
|||
| Key | Action |
|
||||
|-----|--------|
|
||||
| Arrow keys | Move cursor / browse history (Up when empty) |
|
||||
| Option+Left/Right | Move by word |
|
||||
| Alt+Left/Right | Move by word |
|
||||
| Ctrl+A / Home / Cmd+Left | Start of line |
|
||||
| Ctrl+E / End / Cmd+Right | End of line |
|
||||
| PageUp / PageDown | Scroll by page |
|
||||
|
|
@ -351,8 +351,8 @@ Both modes are configurable via `/settings`: "one-at-a-time" delivers messages o
|
|||
|-----|--------|
|
||||
| Enter | Send message |
|
||||
| Shift+Enter | New line (Ctrl+Enter on Windows Terminal) |
|
||||
| Ctrl+W / Option+Backspace | Delete word backwards |
|
||||
| Alt+D / Option+Delete | Delete word forwards |
|
||||
| Ctrl+W / Alt+Backspace | Delete word backwards |
|
||||
| Alt+D / Alt+Delete | Delete word forwards |
|
||||
| Ctrl+U | Delete to start of line |
|
||||
| Ctrl+K | Delete to end of line |
|
||||
| Ctrl+Y | Paste most recently deleted text |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue