Skip to content

Commit 79bc1ed

Browse files
committed
chore: revert README.md
1 parent 4f97379 commit 79bc1ed

3 files changed

Lines changed: 0 additions & 66 deletions

File tree

README-en.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -92,28 +92,6 @@ Skills are discovered from these locations, in priority order:
9292
| `Ctrl+V` | Paste an image from the clipboard |
9393
| `Esc` | Interrupt the current model turn |
9494
| `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.
11795

11896
## Supported Models
11997

README-zh_CN.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -91,28 +91,6 @@ Skills 会按以下优先级扫描:
9191
| `Ctrl+V` | 从剪贴板粘贴图片 |
9292
| `Esc` | 中断当前模型回复 |
9393
| 连续 `Ctrl+D` | 退出 |
94-
| `` / `` | 光标左右移动一个字符 |
95-
| `Alt+←` / `Alt+→`(或 `Ctrl+←` / `Ctrl+→`| 按词移动 |
96-
| `Home` / `End`(或 `Ctrl+A` / `Ctrl+E`| 跳到行首 / 行尾 |
97-
| `Ctrl+B` / `Ctrl+F` | 光标左移 / 右移一个字符 |
98-
| `Alt+B` / `Alt+F` | 按词后退 / 前进 |
99-
| `Ctrl+W` | 删除光标前的单词 |
100-
| `Alt+Backspace` | 删除光标前的单词(macOS) |
101-
| `Alt+D` | 删除光标后的单词 |
102-
| `Ctrl+K` | 删除到行尾 |
103-
| `Ctrl+U` | 清空输入 |
104-
| `Backspace` / `Delete` | 删除前一个 / 后一个字符 |
105-
106-
以上编辑键同样适用于 AI 提问框中 "Other" 自由文本回答。
107-
108-
### 终端按键映射说明
109-
110-
`Cmd`(macOS)与 `Win`(Windows)组合键被操作系统保留,终端应用无法接收,请在终端模拟器中自行映射:
111-
112-
- **Linux + Bash**:行首/行尾用 `Ctrl+A` / `Ctrl+E``Home` / `End`;按词移动用 `Alt+B` / `Alt+F``Ctrl+←` / `Ctrl+→`
113-
- **macOS 终端(Terminal.app)**:行首/行尾用 `Ctrl+A` / `Ctrl+E``Fn+←` / `Fn+→` 等同于 Home/End。在 *设置 → 描述文件 → 键盘 → 将 Option 用作 Meta 键* 中启用后,`Option+B` / `Option+F` 可按词移动。
114-
- **macOS iTerm2**:在 *设置 → Profiles → Keys* 中将 `Cmd+←` / `Cmd+→` 映射为发送 Home/End 转义序列(`ESC[H` / `ESC[F`)或十六进制 `0x01` / `0x05``Ctrl+A` / `Ctrl+E`)。
115-
- **Windows Terminal(PowerShell / WSL)**`Win+←` / `Win+→` 为系统窗口贴靠,无法使用。行首/行尾请用 `Home` / `End``Ctrl+A` / `Ctrl+E`,按词移动用 `Ctrl+←` / `Ctrl+→`
11694

11795
## 支持的模型
11896

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -91,28 +91,6 @@ Skills 会按以下优先级扫描:
9191
| `Ctrl+V` | 从剪贴板粘贴图片 |
9292
| `Esc` | 中断当前模型回复 |
9393
| 连续 `Ctrl+D` | 退出 |
94-
| `` / `` | 光标左右移动一个字符 |
95-
| `Alt+←` / `Alt+→`(或 `Ctrl+←` / `Ctrl+→`| 按词移动 |
96-
| `Home` / `End`(或 `Ctrl+A` / `Ctrl+E`| 跳到行首 / 行尾 |
97-
| `Ctrl+B` / `Ctrl+F` | 光标左移 / 右移一个字符 |
98-
| `Alt+B` / `Alt+F` | 按词后退 / 前进 |
99-
| `Ctrl+W` | 删除光标前的单词 |
100-
| `Alt+Backspace` | 删除光标前的单词(macOS) |
101-
| `Alt+D` | 删除光标后的单词 |
102-
| `Ctrl+K` | 删除到行尾 |
103-
| `Ctrl+U` | 清空输入 |
104-
| `Backspace` / `Delete` | 删除前一个 / 后一个字符 |
105-
106-
以上编辑键同样适用于 AI 提问框中 "Other" 自由文本回答。
107-
108-
### 终端按键映射说明
109-
110-
`Cmd`(macOS)与 `Win`(Windows)组合键被操作系统保留,终端应用无法接收,请在终端模拟器中自行映射:
111-
112-
- **Linux + Bash**:行首/行尾用 `Ctrl+A` / `Ctrl+E``Home` / `End`;按词移动用 `Alt+B` / `Alt+F``Ctrl+←` / `Ctrl+→`
113-
- **macOS 终端(Terminal.app)**:行首/行尾用 `Ctrl+A` / `Ctrl+E``Fn+←` / `Fn+→` 等同于 Home/End。在 *设置 → 描述文件 → 键盘 → 将 Option 用作 Meta 键* 中启用后,`Option+B` / `Option+F` 可按词移动。
114-
- **macOS iTerm2**:在 *设置 → Profiles → Keys* 中将 `Cmd+←` / `Cmd+→` 映射为发送 Home/End 转义序列(`ESC[H` / `ESC[F`)或十六进制 `0x01` / `0x05``Ctrl+A` / `Ctrl+E`)。
115-
- **Windows Terminal(PowerShell / WSL)**`Win+←` / `Win+→` 为系统窗口贴靠,无法使用。行首/行尾请用 `Home` / `End``Ctrl+A` / `Ctrl+E`,按词移动用 `Ctrl+←` / `Ctrl+→`
11694

11795
## 支持的模型
11896

0 commit comments

Comments
 (0)