exit vim

  1. Rob

    How to exit vim

    This question comes up a LOT with users experimenting with different editors. To exit vim, hit ESC to get out of insert mode, then type the following, including the colon Quit, saving changes: :wq<ENTER> Quit, NOT saving changes: :q!<ENTER>
Top