Skip to content

Instantly share code, notes, and snippets.

@devth
Created June 14, 2011 22:10
Show Gist options
  • Save devth/1026054 to your computer and use it in GitHub Desktop.
Save devth/1026054 to your computer and use it in GitHub Desktop.
A simple presentation-mode starting point for vim using the solarized light colorscheme: http://ethanschoonover.com/solarized
" Presentation colors and config
function! PresentationMode()
colorscheme solarized
set bg=light
set nolist
endfunction
nmap <leader>PR :call PresentationMode()<cr>
@akosma
Copy link

akosma commented Sep 27, 2011

THANK YOU :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment