diff --git a/README.md b/README.md index c4c5e0d..8dad328 100644 --- a/README.md +++ b/README.md @@ -212,10 +212,6 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam * `Ctrl-o` - Old cursor position - this is a standard mapping but very useful, so included here * `Ctrl-i` - opposite of Ctrl-O (again, this is standard) -#### LustyJuggler - - * `,lj` - show buffers (LustyJuggler buffer search), just type to fuzzy match a buffer name - * `,lf` - file system browser #### Rails @@ -348,7 +344,6 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam * NERDTree-tabs - makes NERDTree play nice with MacVim tabs so that it's on every tab * ShowMarks - creates a visual gutter to the left of the number column showing you your marks * EasyMotion - hit , (forward) or , (back) and watch the magic happen. Just type the letters and jump directly to your target - in the provided vimrc the keys are optimized for home row mostly. Using @skwp modified EasyMotion which uses vimperator-style two character targets. - * 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 - ,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. diff --git a/vim/vundles.vim b/vim/vundles.vim index 17c738e..488e97a 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -84,7 +84,6 @@ Bundle "mattn/webapi-vim.git" Bundle "rking/ag.vim" Bundle "scrooloose/nerdtree.git" Bundle "scrooloose/syntastic.git" -Bundle "sjbach/lusty.git" Bundle "sjl/gundo.vim" Bundle "skwp/YankRing.vim" Bundle "skwp/greplace.vim"