VIM beginner cheat sheet
May 2, 2022 · 1 min read · VIM is a text editor! vim filename start in command mode to quit :q :q! #quit without saving save file :w "i: go to insert mode "esc" go to commmand mode dd #delete a line 3dd # delete 3 lines u # undo last action ctrl + r # redo last action / s...
Join discussion