参考资料库
Vim 速查表
Vim 移动、编辑、搜索和保存的核心命令。
Insert mode
参考: Start editing before the cursor.
i Save and quit
参考: Write the file and exit.
:wq Search
参考: Search forward.
/pattern Undo
参考: Undo the last edit.
u 参考资料库
Vim 移动、编辑、搜索和保存的核心命令。
参考: Start editing before the cursor.
i 参考: Write the file and exit.
:wq 参考: Search forward.
/pattern 参考: Undo the last edit.
u