@devilloser
2018-07-28T16:46:34.000000Z
字数 358
阅读 573
系统
h,j,k,l方向键
word movement:
w move to the beginning of next word
e move to the end of the next word
b move to the beginning of the word
0 move to the start of line
$ move to the end of line
* move to the next occurrence of the word under cursor
# move to the next occurrence of the word under cursor
n and N is used to search text
o and O insert a new line
r replace mode
i 当前字符前插入
a 当前字符后插入
>> 向右缩进当前行
<< 向左缩进当前行
== 自动排版当前行
gg=G 当前文档全文自动排版