vim - How to save GVim preferred color scheme? -


one topic closed @ time opened new topic: how save gvim settings?

add vimrc file (.vimrc or _vimrc). change "yourcolor" existing real color name, ex: darkblue, etc

if has('gui_running')     colorscheme yourcolor endif 

Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -