Skip to content

Instantly share code, notes, and snippets.

@javisantana
Created August 1, 2011 11:59
Show Gist options
  • Select an option

  • Save javisantana/1118009 to your computer and use it in GitHub Desktop.

Select an option

Save javisantana/1118009 to your computer and use it in GitHub Desktop.
fullscreen gvim
if has('gui_running')
set background=light
colorscheme solarized
set guifont=Monaco:h14
set guioptions-=r
set guioptions-=L
set guioptions-=T
set nu
noremap <Leader>f <ESC>:set invfu<CR>
set fuopt+=maxhorz
else
"set background=dark
"colorscheme solarized
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment