linux vim save and exity code example Example 1: vi save and exit //Save :w //Exit :q Example 2: vim save and quit // Save & exit :wp