📜  插入键 vim - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:01.187000             🧑  作者: Mango

代码示例1
a   Insert text after the cursor
A    Insert text at the end of the line
i    Insert text before the cursor
o    Begin a new line below the cursor
O    Begin a new line above the cursor