Skip to content

Instantly share code, notes, and snippets.

@angryobject
Created August 11, 2012 14:18
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 angryobject/3324779 to your computer and use it in GitHub Desktop.
Save angryobject/3324779 to your computer and use it in GitHub Desktop.
.vimrc file
call pathogen#infect()
syntax on
filetype plugin indent on
colorscheme solarized
if has('gui_running')
set background=light
else
set background=dark
endif
call togglebg#map("<F5>")
:command Wsudo w !sudo tee % > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment