How do I quit the vi editor without saving my changes?
To quit the vi editor without saving any changes you've made:
- If you are currently in insert or append mode, press
Esc.
- Press
:(colon). The cursor should reappear at the lower left corner of the screen beside a colon prompt.
- Enter the following: q! This will quit the editor, and all changes you have made to the document will be lost.
At Indiana University, for personal or departmental Linux or Unix systems support, see At IU, how do I get support for Linux or Unix?
This is document afcz in domain all.
Last modified on May 13, 2009.
Last modified on May 13, 2009.







