Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

vim exit

:qa			Close all files
:qa!		Close all files, abandon changes
:w			Save
:wq / :x	Save and close file
:q			Close file
:q!			Close file, abandon changes
ZZ			Save and quit
ZQ			Quit without checking changes
Source by devhints.io #
 
PREVIOUS NEXT
Tagged: #vim #exit
ADD COMMENT
Topic
Name
1+3 =