Skip to content

Instantly share code, notes, and snippets.

@jl
Last active August 29, 2015 14:06
Show Gist options
  • Save jl/e40a038c098ba756d8b6 to your computer and use it in GitHub Desktop.
Save jl/e40a038c098ba756d8b6 to your computer and use it in GitHub Desktop.
ProggyFont on MacVim

ProggyFont on MacVim

Text looks beautiful on MacBook Retina displays. You can use pretty much any monospace font, anti-aliased, and it will be quite readable for coding on your laptop's screen at 220 ppi. However, if you attach something with less than half that density, for example, the 93 ppi Dell U2414H (23.8" diagonal 1920 x 1200) then you get mushy fonts again.

Below are instructions for installing a pixel-perfect bitmap font which will give you back crisp text on both the external and internal Retina display and greatly reduce eye strain.

Download and install ProggyFont TrueType Font.

" add to ~/.vim/gvimrc
set guifont=ProggyCleanTT:h16
set noantialias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment