VIM学习
在安装了 vim
的环境中,执行命令 vimtutor
,就进入了一个教程,按照教程说明,逐步执行即可。
命令使用格式 operator [num] motion
。
operator | 说明 |
---|---|
d | delete |
p | put text after cursor |
P | put text before cursor |
c | change until the end of a word |
r | replace the character under the cursor |
motion | 说明 |
---|---|
w | word |
$ | end of line |
0 | heaf of line |
本作品采用《CC 协议》,转载必须注明作者和本文链接
还是用neovim吧