2009-09-22

Color Highlight in VIM

"A color editor like Vim can improve the productivity of programmers by 2 to 3 times!!"

>apt-get install vim
Add following lines into ~/.vimrc



" Set syntax highlighting to always on
syntax enable

" Set the background to dark and the colorscheme to murphy
set background=dark

" Set automatic filetype detection to on
filetype on



No comments:

Post a Comment