The following vim command can set font size:
:set guifont=Monaco:h15
or
:set gfn=Monaco:h15
You can add the command into your ~/.vimrc file:
echo ":set guifont=Monaco:h15" >> ~/.vimrc
Note:
You need to make sure the font is available. E.g. Monaco is available on my Mac OS X (Lion).
See Also:
No comments:
Post a Comment