Vim Cheatsheet for Beginners
๐น Modes
Normal mode โ (default) for commands & navigation
Insert mode โ type text (i, a, o)
Visual mode โ select text (v, V)
Command mode โ type : for commands
๐น File & Exit
ActionCommand
Save:w
Quit:q
Save & quit:wq
Quit without s...
blog.prakashtsx.me2 min read