Vim

Created
2020 Aug 6th
Updated
2020 Aug 6th

Exit Vim

Hit the Esc key to enter “Normal mode”. Then you can type : to enter “Command-line mode”. A colon : will appear at the bottom of the screen.

To quit:

:q
# enter

To quit without saving:

:q!
# enter