Merge pull request #287 from lfilho/visual-star-search
Adding visual star search vundle
This commit is contained in:
commit
4e1c31b852
@ -352,6 +352,7 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam
|
||||
* LustyJuggler/Explorer - hit B, type buf name to match a buffer, or type S and use the home row keys to select a buffer
|
||||
* TagBar - hit ,T to see a list of methods in a class (uses ctags)
|
||||
* CtrlP - Ctrl-p or ,t to find a file
|
||||
* Visual-star-search - make the * (star) search in visual mode behave like expected: searching for the whole selection instead of just the word under the cursor.
|
||||
|
||||
#### Git
|
||||
|
||||
|
@ -101,5 +101,6 @@ Bundle "slim-template/vim-slim.git"
|
||||
Bundle "airblade/vim-gitgutter.git"
|
||||
Bundle "bogado/file-line.git"
|
||||
Bundle "tpope/vim-rvm.git"
|
||||
Bundle "nelstrom/vim-visual-star-search"
|
||||
"Filetype plugin indent on is required by vundle
|
||||
filetype plugin indent on
|
||||
|
Loading…
Reference in New Issue
Block a user