The Easiest Way to Exit from Vi and Vim
Personally, Vi and Vim are painful to work with and I always forget how to exit out of the editor when I am done working. So, for my reference and yours, here is the easiest way to exit out of Vi or Vim:
To save your work and exit: press "Esc" then ":" followed by "wq" and "Enter" ESC :wq ENTER Even easier: press "Esc" then ":" followed by "x" and "Enter" ESC :x ENTER
