Skip to content

Instantly share code, notes, and snippets.

View sabonis's full-sized avatar

sabonis sabonis

View GitHub Profile

Vim Cheat Sheet

Movement

By "Word"

  • w forward to beginning of the next word
  • W forward to beginning of the next word (whitespace separates)
  • e forward to end of next word
  • E forward to end of next word (whitespace separates)
  • b back to beginning of the previous word