* 2010-02-19 11:04 (+0200), Dotan Cohen wrote:

> Depending on what I am editing, I sometimes prefer a fixed-width font
> and other tiems a proportional font. My previous editor, Kate (KDE
> Advanced Text Editor) lets the user change the font on the fly. Can
> VIM do this, or is playing with the config file (thus requiring a
> restart) the only way?

Unfortunately proportional fonts don't work that well in Vim but at
least changing font interactively is easy:

    set guifont=*

You can set a certain font by using font name instead of "*".

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

Reply via email to