Monday, June 16, 2008

Changing the default scheme/colors of VIm

create a .vimrc file in home directory.

contents of .vimrc should be:
-----------------------
syntax on
colorscheme murphy
------------------------

New color schemes can be downloaded & copied to:
/usr/share/vim/vim70/colors/

Ypu may change color scheme by adding this line in .vimrc
-----------------------------
colorscheme aqua
-----------------------------

0 comments: