我使用下面的尺寸(在 Windows 上使用 Consolas 11号,在 Mac OS x 上使用 Menlo 常规尺寸14号,在其他地方使用 Inconsolata 12号) :
if has("gui_running")
if has("gui_gtk2")
set guifont=Inconsolata\ 12
elseif has("gui_macvim")
set guifont=Menlo\ Regular:h14
elseif has("gui_win32")
set guifont=Consolas:h11:cANSI
endif
endif