> How does one change the display font in gvim?

:set guifont=*

Once you have a setting you like, you can snapshot it by finding 
its value:

   :set guifont?

and then putting a corresponding line in your vimrc

   set guifont=Lucida_Console:h11:b:cANSI

You can read more at

   :help 'guifont'

-tim



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to