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...
koding.hashnode.dev1 min readNo responses yet.