Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Jul 14, 2018
1 parent 07eed03 commit 8d40f10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions help.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
| `cw` | 改写光标开始处的当前单词 |
| `ciw` | 改写光标所处的单词 |
| `caw` | 改写光标所处的单词,并且包括前后空格(如果有的话) |
| `ct,` | 改写到逗号 |
| `c0` | 改写到行首 |
| `c^` | 改写到行首(第一个非零字符) |
| `c$` | 改写到行末 |
Expand All @@ -157,6 +158,7 @@
| `d$` | 删除到行末 |
| `D` | 删除到行末(同 d$) |
| `dw` | 删除当前单词 |
| `dt,` | 删除到逗号 |
| `diw` | 删除光标所处的单词 |
| `daw` | 删除光标所处的单词,并包含前后空格(如果有的话) |
| `di"` | 删除双引号中的内容 |
Expand Down Expand Up @@ -201,10 +203,12 @@
| `y$` | 复制当前位置到本行结束的内容 |
| `yy` | 复制当前行 |
| `Y` | 复制当前行,同 yy |
| `yt,` | 复制到逗号 |
| `yiw` | 复制当前单词 |
| `3yy` | 复制光标下三行内容 |
| `v0` | 选中当前位置到行首 |
| `v$` | 选中当前位置到行末 |
| `vt,` | 选中到逗号 |
| `viw` | 选中当前单词 |
| `vi)` | 选中小括号内的东西 |
| `vi]` | 选中中括号内的东西 |
Expand Down

0 comments on commit 8d40f10

Please sign in to comment.