Skip to content

Instantly share code, notes, and snippets.

View jenheilemann's full-sized avatar

Jen Heilemann jenheilemann

View GitHub Profile

##Cursor movement

  • h - move left
  • j - move down
  • k - move up
  • l - move right
  • w - jump by start of words (punctuation considered words)
  • W - jump by words (spaces separate words)
  • e - jump to end of words (punctuation considered words)
  • E - jump to end of words (no punctuation)