Saturday, May 20, 2006

Cool VIM settings

For those using VIM, I have some cool settings for you to try if you do a lot of config and source editing.
Make (if there is not one already) a ~/.vimrc file.
Edit it with...

:syntax on
:colorscheme delek
:set number
:set autoindent
:set tabstop=4
:set shiftwidth=4
:set backspace=2

What it basically does is it turns on keyword coloring (you can change delek into any other colorscheme), line numbering, a tabwidth of 4 and allows you to properly backspace your lines, etc. Put it on and try it out.

No comments: