You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-en.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,28 +92,6 @@ Skills are discovered from these locations, in priority order:
92
92
|`Ctrl+V`| Paste an image from the clipboard |
93
93
|`Esc`| Interrupt the current model turn |
94
94
|`Ctrl+D` twice | Quit Deep Code |
95
-
|`←` / `→`| Move the cursor one character |
96
-
|`Alt+←` / `Alt+→` (or `Ctrl+←` / `Ctrl+→`) | Move by word |
97
-
|`Home` / `End` (or `Ctrl+A` / `Ctrl+E`) | Jump to line start / end |
98
-
|`Ctrl+B` / `Ctrl+F`| Move left / right one character |
99
-
|`Alt+B` / `Alt+F`| Move back / forward by word |
100
-
|`Ctrl+W`| Delete the word before the cursor |
101
-
|`Alt+Backspace`| Delete the word before the cursor (macOS) |
102
-
|`Alt+D`| Delete the word after the cursor |
103
-
|`Ctrl+K`| Delete to the end of the line |
104
-
|`Ctrl+U`| Clear the input |
105
-
|`Backspace` / `Delete`| Delete the previous / next character |
106
-
107
-
These editing keys also apply to the "Other" free-text answer in AI question prompts.
108
-
109
-
### Terminal key mapping notes
110
-
111
-
`Cmd` (macOS) and `Win` (Windows) key combinations are reserved by the operating system and are never delivered to terminal apps — map them in your terminal emulator instead:
112
-
113
-
-**Linux + Bash**: use `Ctrl+A` / `Ctrl+E` or `Home` / `End` for line start/end; `Alt+B` / `Alt+F` or `Ctrl+←` / `Ctrl+→` for words.
114
-
-**macOS Terminal.app**: use `Ctrl+A` / `Ctrl+E` for line start/end and `Fn+←` / `Fn+→` as Home/End. Enable *Settings → Profiles → Keyboard → Use Option as Meta key* so `Option+B` / `Option+F` move by word.
115
-
-**macOS iTerm2**: map `Cmd+←` / `Cmd+→` under *Settings → Profiles → Keys* to send the Home/End escape sequences (`ESC[H` / `ESC[F`) or hex `0x01` / `0x05` (`Ctrl+A` / `Ctrl+E`).
116
-
-**Windows Terminal (PowerShell / WSL)**: `Win+←` / `Win+→` is OS window snapping and cannot be used. Use `Home` / `End` or `Ctrl+A` / `Ctrl+E` for line start/end, and `Ctrl+←` / `Ctrl+→` for word movement.
0 commit comments