Skip to content

Instantly share code, notes, and snippets.

@josuecau
Created June 5, 2013 06:21
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 josuecau/5711969 to your computer and use it in GitHub Desktop.
Save josuecau/5711969 to your computer and use it in GitHub Desktop.
My Vim configuration file for the GUI
" Set the font in the GUI
set guifont=Menlo\ for\ Powerline:h14
" Hide Gvim / MacVim top toolbar
set guioptions-=T
" Reload the files edited
set guioptions+=c
" Make a copy of the file and overwrite the original one
set backupcopy=yes
" Increase linespace
set linespace=2
" Disabling cursor blinking
set guicursor+=a:blinkon0
" Dark background
set background=dark
" Fix Solarized colorscheme toggle background
call togglebg#map("")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment