Skip to content

Commit

Permalink
update head.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Sep 1, 2018
1 parent 8558c2d commit da1a4fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions help.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@
| `:%s/$/test/` | 在行尾加入特定字符(也可以用宏录制来添加) |
| `:sort` | 排序 |
| `:g/^\(.\+\)$\n\1/d` | 去除重复行(先排序) |
| `:%s/^.\{10\}//` | 删除每行前10个字符 |
| `:%s/.\{10\}$//` | 删除每行尾10个字符 |


## 帮助
Expand Down

0 comments on commit da1a4fc

Please sign in to comment.