Vim Cheatsheet

@demo document public tools vim Updated 2026-02-11

Vim Cheatsheet

  • h/j/k/l — Left/Down/Up/Right
  • w/b — Next/Prev word
  • gg/G — Top/Bottom of file

Editing

  • i/a — Insert before/after
  • dd/yy/p — Delete/Yank/Paste
  • ciw — Change inner word
  • . — Repeat last change