>>36
After writing, conservatively, one million lines in vim, I will *never* go back to an IDE like Visual Studio by choice ;)
Mainly because my source in Visual studio would be peppered with...
:%s/somevar/newnameforit/g
:w someheader.h
:q
SHIT!
I've actually caught myself trying to do a macro in notepad before.
vim spoils you.