Answers for "exit vim without saving"

2

exit vim without saving

esc  --- :q!
Posted by: Guest on August-27-2021
0

vim discard changes and quit command

Vim editor:
Insert: hit I key
Discard and exit: esc q!
Save and exit: esc qw
Posted by: Guest on September-16-2020

Browse Popular Code Answers by Language