To force quit vi, follow these steps:
- Press
Esc: Make sure you are in command mode. - Type
:q!and pressEnter: This command will force quitviwithout saving any changes.
This will exit the editor regardless of any unsaved changes.
To force quit vi, follow these steps:
Esc: Make sure you are in command mode.:q! and press Enter: This command will force quit vi without saving any changes.This will exit the editor regardless of any unsaved changes.
0 Comments