====== VIM - Saving and Closing a file ====== |Shift+zz|Save the file and quit| |:w|Save the file but keep it open| |:q|Quit without saving| |:wq|Save the file and quit|