change keybindings
This commit is contained in:
parent
8f13a839dd
commit
0324149a0e
@ -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,'"').'"')
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user