Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Aug 23, 2011
1 parent afd9edb commit 7800286
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions doc/vundle.txt
Expand Up @@ -15,6 +15,7 @@ CONTENTS ~
4.5. Listing scripts |vundle-scripts-list|
4.6. Cleanup |vundle-scripts-cleanup|
5. Interactive mode |vundle-interactive|
6. Key mappings |vundle-keymappings|

===========================================================================

Expand Down Expand Up @@ -198,19 +199,24 @@ content: >
Bundle 'unite-font'
Bundle 'unite-colorscheme'
As the first line(starting with `"Keymap:`) shows
certain Vundle commands can be triggered with single keypress, ie:
As the first line(starting with `"Keymap:`) shows certain actions can be applied
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
----|-------------------------- >
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
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.

Expand Down

0 comments on commit 7800286

Please sign in to comment.