Answers for "quit vim linux"

4

exiting vim

Press Esc key: This is very important, because you must exit the edit mode first before typing the exit command(s). Next, you can type one of the following commands:
:q (yes, the colon is included in the command) – This will quit the editor
:q! – Quit Vim without saving the data file
:wq – Save the file and exit Vim
And then press the Enter key
Posted by: Guest on December-18-2019

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language