NeoBundle: update/install shortcuts

This commit is contained in:
Emmanuel BENOîT 2015-03-08 17:11:47 +01:00
parent aa23209289
commit 96d61267cc
2 changed files with 11 additions and 8 deletions

View file

@ -2,6 +2,6 @@
call DoNeoBundleCheck( )
" Do mappings somewhere else
" nmap <silent> <S-F12> :NeoBundleCheckUpdate<cr>
" nmap <silent> <C-F12> :call DoNeoBundleCheck()<cr>
" Add key mappings for updates and installation
nnoremap <silent> <Leader>Bu :NeoBundleCheckUpdate<cr>
nnoremap <silent> <Leader>Bi :call DoNeoBundleCheck()<cr>