Skip to content

AdamWhittingham/vim-projector-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Projector Mode

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!

Installation

  1. Clone this project into your pathogen bundle directory:
git clone git://github.com/AdamWhittingham/projector_mode.vim ~/.vim/bundle/
  1. Define the following in your .vimrc, substituting your colorschemes of choice:
let g:default_colorscheme = 'darkermate'  
let g:projector_colorscheme = 'mac-classic'  
  1. (Optional) Bind a key to ToggleProjectorMode in your .vimrc. For example, <leader>p:
noremap <silent> <leader>p :ToggleProjectorMode<CR>
  1. Project your glorious code to your enthralled colleagues with impunity!

About

Vim plugin to toggle a projector mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •