Friday, May 14, 2010

My .vimrc file

Here's my .vimrc file (it sets up the vim text editor how I like it). I'm pretty sure the one on my desktop has more stuff, so I'll add that when I can.

:set number " turns on line numbering
:set tabstop=3 " sets the tab width to 3
:set noerrorbells " turns off annoying sounds when you scroll too far
autocmd FileType * setlocal formatoptions-=cro

No comments:

Post a Comment