add keymap help and bindings

This commit is contained in:
gmarik
2011-03-19 14:09:53 -05:00
parent 035cc6ecba
commit 851fe26a45
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ set syntax=vim
syn keyword vimCommand Bundle
nnoremap <buffer> <silent> <CR> :call vundle#scripts#install()<CR>
nnoremap <buffer> s :BundleSearch
nnoremap <buffer> i :call vundle#scripts#install()<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR>