[qq=PG]Also to give this a topic: have you ever lost a great deal of work because of not doing something like SAVING EVERY FIVE SECONDS or like me, accidentally deleting something or overwriting it?[/qq]
Saving every 10 seconds is a habit anyone will pick up after using Windows for a given length of time. So I've never lost more than 10 seconds of data. I don't remember ever overwriting something by mistake.
vim automatically does a backup of every file you edit, every time you save. You just put this into your ~/.vimrc :
Code:
set backup
set backupdir=~/backups