diff --git a/README.md b/README.md index 7f7fc50..d413593 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vim/vundles.vim b/vim/vundles.vim index d8c2a42..1645067 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -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