Skip to content

Instantly share code, notes, and snippets.

@artm
Created March 20, 2012 10:59
Show Gist options
  • Save artm/2134078 to your computer and use it in GitHub Desktop.
Save artm/2134078 to your computer and use it in GitHub Desktop.
set viminfo=!,'100,<50,s10,h
au VimLeavePre * let g:BG = &background
au VimEnter * if exists("g:BG") | let &background = g:BG | endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment