Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 109 Bytes

vim.md

File metadata and controls

8 lines (6 loc) · 109 Bytes

光标移动

单位级

  • h 向左一字符
  • j 下一行
  • k 上一行
  • l 向右一字符