Answers for "quit file vim"

59

exit vim

#Press 'Esc' to change from Edit Mode to Command Mode
#Exit
:q
#Force quit without saving
:q!
#Save file and quit
:wq
Posted by: Guest on April-06-2020
1

vim delete to end of file

# Basic syntax:
dG
Posted by: Guest on October-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language