edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Regarding font and color scheme. #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MacVim does not remember the 'Font' and 'Color Scheme' settings that were set 
the last time 
MacVim was used (and takes the default setting each time at startup).

Regards, Venu.

Original issue reported on code.google.com by venuchak...@gmail.com on 3 Dec 2009 at 6:22

GoogleCodeExporter commented 9 years ago
Vim stores settings in a file called ".vimrc", you'll have to create one 
yourself and add the appropriate commands.  
Read the help:

:h vimrc-intro
:h colorscheme
:h guifont

If that is not enough help you should ask on vim_use -- this site is only for 
MacVim specific issues.

Original comment by bjorn.winckler@gmail.com on 5 Dec 2009 at 10:53