Wednesday, July 15, 2009

How to modify vim appearance

I would tell you about how to modify the vim appearance, so it will look better :
“note that in this tutorial you must have vim installed, i have tested this in my box both of Mac OS X and FreeBSD“
goto your home directory by using this command :
# cd ~
# vim .vimrc

Write down this text :
syntax oncolorscheme wombatset number
Afterabove steps, make a directory in your home directory :
# mkdir .vim
# mkdir .vim/colors
# cd .vim/colors

Then grab the wombat scheme in this web http://files.werx.dk/wombat.vim
# fetch http://files.werx.dk/wombat.vim

Check your vim now, by edit some script or config :)

No comments:

Post a Comment