LUGBook

The LUGVITC Open Source E-Book Project


Project maintained by Kanishka-Developer Hosted on GitHub Pages — Theme by mattgraham

How to exit vim


~                               VIM - Vi IMproved              
~                                                              
~                               version 8.2.4919               
~                           by Bram Moolenaar et al.           
~                    Modified by team+vim@tracker.debian.org   
~                  Vim is open source and freely distributable 
~                                                              
~                         Become a registered Vim user!        
~                type  :help register<Enter>   for information 
~                                                              
~                type  :q<Enter>               to exit         
~                type  :help<Enter>  or  <F1>  for on-line help
~                type  :help version8<Enter>   for version info

To exit vim without saving changes

Press Esc and then type :q! and press Enter.

To save changes and exit vim

Press Esc and then type :wq and press Enter.


Return to Index