Skip to content

Instantly share code, notes, and snippets.

@violetyk
Created April 26, 2012 02:06
Show Gist options
  • Save violetyk/2495190 to your computer and use it in GitHub Desktop.
Save violetyk/2495190 to your computer and use it in GitHub Desktop.
[vim]toggle.vim
"----------------------------------------------------
" toggle.vim
" Bundle 'taku-o/vim-toggle'
"----------------------------------------------------
let g:toggle_pairs = {
\ 'and' : 'or',
\ 'or' : 'and',
\ 'if' : 'elseif',
\ 'elseif' : 'else',
\ 'else' : 'if',
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment