Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top