Skip to content

Instantly share code, notes, and snippets.

@saikocat
Last active April 22, 2016 01:27
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 saikocat/645812aba4795111b99cf10de1c5f281 to your computer and use it in GitHub Desktop.
Save saikocat/645812aba4795111b99cf10de1c5f281 to your computer and use it in GitHub Desktop.
Permanent GUI font for gvim

Open dialog for font and style selection

:set guifont=*

Display current font selection will be display, for example:

"          <font>  <type>  <size>
"  guifont=MonacoB Bold 9
:set guifont?

Append the content above with set and escape the space (adding backslash(\)) to .gvimrc

set guifont=MonacoB\ Bold\ 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment