Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 231 Bytes

File metadata and controls

9 lines (8 loc) · 231 Bytes

Useful Vim Stuff

  • go to first non-white-space on next/prev line + -
  • change list: g; g,
  • macros @@
  • marks: ' ```
  • visual mode: o, O
  • block add at end: <ctrl-V> with $A
  • complete spelling: <ctrl-x>s