more docs

This commit is contained in:
gmarik 2011-08-23 16:51:08 -05:00
parent afd9edb6ac
commit 78002863b4

View File

@ -15,6 +15,7 @@ CONTENTS ~
4.5. Listing scripts |vundle-scripts-list| 4.5. Listing scripts |vundle-scripts-list|
4.6. Cleanup |vundle-scripts-cleanup| 4.6. Cleanup |vundle-scripts-cleanup|
5. Interactive mode |vundle-interactive| 5. Interactive mode |vundle-interactive|
6. Key mappings |vundle-keymappings|
=========================================================================== ===========================================================================
@ -198,19 +199,24 @@ content: >
Bundle 'unite-font' Bundle 'unite-font'
Bundle 'unite-colorscheme' Bundle 'unite-colorscheme'
As the first line(starting with `"Keymap:`) shows As the first line(starting with `"Keymap:`) shows certain actions can be applied
certain Vundle commands can be triggered with single keypress, ie: to selected bundles (see |vundle-keymappings| for more details).
Move cursor over line `Bundle 'unite.vim'` and press i key(install).
After unite.vim script is installed - `:Unite file` command should be
available to prove 'unite.vim' availability.
*vundle-keymappings*
6. KEY MAPPINGS ~
KEY | DESCRIPTION KEY | DESCRIPTION
----|-------------------------- > ----|-------------------------- >
i | run :BundleInstall with name taken from line cursor is positioned on 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 c | run :BundleCleanup
r | refine list; requires a string to refine list with r | refine list; requires a string to refine list with
R | fetch fresh script list from server R | fetch fresh script list from server
Now move cursor over line `Bundle 'unite.vim'` and press i key(install).
After unite.vim script is installed - `:Unite file` command should be
available to prove 'unite.vim' availability.
NOTE: Interactive installation doesn't update your .vimrc configuration. NOTE: Interactive installation doesn't update your .vimrc configuration.