On Jun 17, 11:00 am, Bee <[email protected]> wrote: > On Jun 17, 10:25 am, Eric Weir <[email protected]> wrote: > > Getting macvim set up on a new computer. It seems not to be reading the > > .vimrc. E.g., when I change font size and restart macvim the change doesn't > > take effect. The .vimrc is in my user directory. >... > What does this return? > > :set guifont?
Using the font menu item does not change your .vimrc, you need to edit. I have this in .gvimrc, it will choose the first VALID font in the comma separated list: set antialias guifont= \Menlo_Bold:h14, \Lucida_Sans_Typewriter_Bold:h14, \Courier_New_Bold:h14, \Courier_Bold:h14, \Monaco:h12, I like to keep vim and gvim (MacVim) settings in separate files. Bill -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
