Last Updated: June 24, 2016
·
2.086K
· ryrych

Increasing font size for GUI Vim

You’ve just installed gVim or MacVim and you noticed that the default font size is a little smaller than the one in vanilla Vim or neovim. To fix that create a ~/dotfiles/gvimrc and symlink it with

ln -s ~/dotfiles/gvimrc ~/.gvimrc

This is an excerpt from my gvimrc config:

set guifont=MonacoB:h18

Now it should work as excepted. Tested on MacVim.
You can also find the config on my dotfiles hosted on GitHub.