Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 315 Bytes

vim.md

File metadata and controls

6 lines (6 loc) · 315 Bytes
  1. zz make the current line in the center
  2. :tag [func] goto the function
  3. gd find current word
  4. b goto previous word
  5. ctrl + o jump to the line before
  6. Visual_mark is a tool for highlight lines in vim, you can use mm to mark a line, and use '' to jump between different highlight lines