Linked by Tony Steidler-Dennison on Tue 8th Jul 2008 15:19 UTC
Permalink for comment 321934
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2005-08-27
I found the following helpful for cases where you are on a system and want to turn off some very annoying vim settings.
http://www.vim.org/tips/tip.php?tip_id=330
Add to personal .vimrc:
set nocindent
set nosmartindent
set noautoindent
filetype indent off
I use this in case a GNU system already has vim that I didn't remove and already replace with nvi.