Skip to content

Instantly share code, notes, and snippets.

@samkahchiin
Last active September 30, 2023 22:15
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save samkahchiin/13873966d72058dad254ef3fdd3e447d to your computer and use it in GitHub Desktop.
Save samkahchiin/13873966d72058dad254ef3fdd3e447d 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
@zolong1
Copy link

zolong1 commented Jun 13, 2019

Thanks!

@cyrixhero
Copy link

Great!

@herojulie
Copy link

Nice!

@gathuku
Copy link

gathuku commented Mar 3, 2022

Thank!

@Daniel777y
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment