[vim] dropped bundle update hotkey

This commit is contained in:
Josh Sherman 2017-02-10 11:23:06 -06:00
parent 747bb3b57f
commit fdad38b355
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -127,7 +127,6 @@ nmap <Leader>0 :buffer 10<CR>
nnoremap <Leader>f :set nolist<CR>
nnoremap <Leader>F :set list<CR>
nnoremap <Leader>b :BundleUpdate<CR>:q<CR>
nnoremap <Leader>c :w<CR>:!wc %<CR>
nnoremap <Leader>v :so ~/.vim/vimrc<CR>