which of the following option can be used ,in order to quit vi editor without saving the work done ? Select one: a. :w b. :q! c. :q d. :c code example
Example: vim discard changes and quit command
Vim editor:
Insert: hit I key
Discard and exit: esc q!
Save and exit: esc qw