Wednesday, February 15, 2012

Vim color scheme

I always forgot this:

In gvim, after changing the default color scheme, the next time gvim is started, the default setting is restored.
To retain the color scheme add colorscheme <scheme_name> to vimrc.
For example:
colorscheme murphy
Taken from: http://vim.wikia.com/wiki/Change_the_color_scheme

No comments: