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