Vim模式
Posted yshuangj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vim模式相关的知识,希望对你有一定的参考价值。
Insert mode:
i: insert before character
a: append after character
o: open a new line below
I: insert before line
A: append after line
O: open a new line above
Visual mode:
v: characters select
V: line select
Ctrl + v: block select
以上是关于Vim模式的主要内容,如果未能解决你的问题,请参考以下文章