change keybindings

This commit is contained in:
gmarik 2011-08-25 20:13:03 -05:00
parent 8f13a839dd
commit 0324149a0e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
func! vundle#scripts#all(bang, ...)
let b:match = ''
let info = ['"Keymap: i - Install bundle; c - Cleanup; r - Refine list; R - Reload list']
let info = ['"Keymap: i - Install bundle; c - Cleanup; s - Search; R - Reload list']
let matches = s:load_scripts(a:bang)
if !empty(a:1)
let matches = filter(matches, 'v:val =~? "'.escape(a:1,'"').'"')

View File

@ -214,8 +214,8 @@ KEY | DESCRIPTION
i | run :BundleInstall with name taken from line cursor is positioned on
I | same as i, but runs :BundleInstall! to update bundle
D | delete selected bundle( be careful not to remove local modifications)
c | run :BundleCleanup
r | refine list; requires a string to refine list with
c | run :BundleClean
s | run :BundleSearch
R | fetch fresh script list from server