Skip to content

Instantly share code, notes, and snippets.

@starcraftman
Created September 27, 2015 14:07
Show Gist options
  • Save starcraftman/c6afaf87fedf36b92192 to your computer and use it in GitHub Desktop.
Save starcraftman/c6afaf87fedf36b92192 to your computer and use it in GitHub Desktop.
try
" I always forget for explore, make some shortcuts, Ev for v split, Et for tab
call cmdalias#add('E', 'Explore')
call cmdalias#add('Et', 'Texplore')
call cmdalias#add('Ev', 'Sexplore')
" Shortcuts for plugin management
call cmdalias#add('pi', 'PlugInstall')
call cmdalias#add('pu', 'PlugUpdate')
call cmdalias#add('puu', 'PlugUpdate <bar> PlugUpgrade')
call cmdalias#add('pc', 'PlugClean')
catch
endtry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment