Vim Tips Wiki
(remove temporary comment and nonexistent categories)
(we already have generic font setting tips...I see nothing specific to MacOSX in this tip)
Line 1: Line 1:
  +
{{Duplicate|632|1587}}
 
{{TipImported
 
{{TipImported
 
|id=889
 
|id=889

Revision as of 18:14, 11 April 2009

Duplicate tip

This tip is very similar to the following:

These tips need to be merged – see the merge guidelines.

Tip 889 Printable Monobook Previous Next

created March 5, 2005 · complexity basic · author flipouk · version 6.0


You set your font for gvim on Mac OS X by including a line like this in your $HOME/.vimrc or $HOME/.gvimrc:

set guifont=Monaco:h14

or

set guifont=Andale\ Mono:h14

If your font doesn't look smooth, you can try adding this line to $HOME/.gvimrc:

set antialias

References

Comments