Skip to content

Instantly share code, notes, and snippets.

@halbtuerke
Created October 13, 2012 19:53
Show Gist options
  • Save halbtuerke/3885928 to your computer and use it in GitHub Desktop.
Save halbtuerke/3885928 to your computer and use it in GitHub Desktop.
Set guifont size in Vim
function! FontSize(size)
let &guifont = split(&guifont, ":")[0] . ":h" . a:size
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment