A basic vim plugin for those who like to share code on projectors once in a while.
Toggles between your initial colorscheme and an alternative one, which should be high-contrast. It also toggles the font size; useful for people who like to work in dark colorschemes but have brightly lit offices!
- Clone this project into your pathogen bundle directory:
git clone git://github.com/AdamWhittingham/projector_mode.vim ~/.vim/bundle/
- Define the following in your .vimrc, substituting your colorschemes of choice:
let g:default_colorscheme = 'darkermate'
let g:projector_colorscheme = 'mac-classic'
- (Optional) Bind a key to ToggleProjectorMode in your .vimrc. For example,
<leader>p
:
noremap <silent> <leader>p :ToggleProjectorMode<CR>
- Project your glorious code to your enthralled colleagues with impunity!