📜  vim 在光标后插入 - 任何代码示例

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

代码示例1
a - insert (append) after the cursor

i - insert before the cursor

I - insert at the beginning of the line

A - insert (append) at the end of the line

o - append (open) a new line below the current line

O - append (open) a new line above the current line

ea - insert (append) at the end of the word