Skip to content

Instantly share code, notes, and snippets.

@mozbugbox
mozbugbox / vim.md
Last active December 4, 2024 05:10
Vim 速成教学

Vim 速成教材:

快捷键:

按键 解释
h,j,k,l 上下左右移动(右手的相邻四个字母键)
i 进入编辑模式 (insert mode)
Esc 退出编辑模式 (normal mode)