14
votes

With MacVim, I use the Monaco font at size 10, which under the standard MacVim config is NOT anti-aliased. When I turned on Advanced Rendering in MacVim preferences (advanced tab), Monaco 10pt is now anti-aliased, which is not what I want. Is there a way to turn off font anti-aliasing in MacVim?

2

2 Answers

36
votes

I just thought to pull up vim help for "guifont". It shows that :set noantialias should do the trick. I've confirmed that this works.

0
votes

I am using :set noantialias to set it for both vim and macvim.