Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created March 11, 2015 09:53
Show Gist options
  • Select an option

  • Save ashwin/1afdf4ca472cabf6e839 to your computer and use it in GitHub Desktop.

Select an option

Save ashwin/1afdf4ca472cabf6e839 to your computer and use it in GitHub Desktop.
How to set font in GVim
" This works on Windows, but is ineffective on Linux
set guifont="Ubuntu Mono 10"
" This works on Linux
set guifont=Ubuntu\ Mono\ 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment