map R key to reload bundles

This commit is contained in:
gmarik
2011-03-19 17:41:37 -05:00
parent 617ccb62ec
commit 8496d6c604
2 changed files with 9 additions and 1 deletions

View File

@@ -8,3 +8,4 @@ nnoremap <buffer> i :call vundle#scripts#install()<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR>
nnoremap <buffer> R :call vundle#scripts#reload()<CR>