how to quit vi editor with save code example Example 1: vi save and exit //Save :w //Exit :q Example 2: vim save and quit // Save & exit :wp