Skip to content

Instantly share code, notes, and snippets.

@fhefh2015
Forked from samkahchiin/macvim
Created October 30, 2018 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhefh2015/236c5e3160c9d874fd8a72c6f6065c69 to your computer and use it in GitHub Desktop.
Save fhefh2015/236c5e3160c9d874fd8a72c6f6065c69 to your computer and use it in GitHub Desktop.
- How to set the default font size in macvim
# Open Terminal
vim ~/.vimrc
# Mac OS-X -> .vimrc ; Window -> .gvimrc
# Add it in the file and adjust the font size (h12) accordingly
set guifont=Menlo\ Regular:h15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment