Tim Chase wrote:
>> 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'
>   
If you like the drop-down menu approach, you can use

  Edit:Select Font...

to see what fonts are available and to try them out.

Regards,
Chip Campbell



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

Reply via email to