Vim Cheat Sheet — Commands, Motions & Shortcuts Free
Complete Vim cheat sheet with modes, motions, commands, registers, macros, and configuration. For beginners to advanced. Free interactive Vim reference.
Help Us Improve
Be the first to rate!
Frequently Asked Questions
How do I exit Vim?
:q to quit (if no unsaved changes), :q! to force quit discarding changes, :wq or :x to save and quit, ZZ shortcut for save and quit.
Is Vim Cheat Sheet free?
Yes, Vim Cheat Sheet on ToolPix is 100% free with no signup or installation required.
Is my data safe?
This is a static reference tool. No data is entered or transmitted.
What is the difference between Vim modes?
Normal mode: navigate and run commands. Insert mode (i): type text. Visual mode (v): select text. Command mode (:): run ex commands like :w, :q, :s.
How do I search and replace in Vim?
:%s/old/new/g replaces all occurrences in the file. :s/old/new/g replaces on the current line. Add c flag to confirm each: :%s/old/new/gc.
Related Tools
CSS Minifier
Minify and compress CSS code. Remove comments, whitespa…
JWT Decoder
Decode and inspect JWT tokens. View header, payload, an…
Regex Tester
Test and debug regular expressions with real-time match…
Diff Checker
Compare two texts side by side. Highlight additions, de…
Cron Expression Generator
Build cron expressions visually with a point-and-click …