Remove lusty juggler / not using
This commit is contained in:
parent
4a3db13544
commit
9e864c25c0
@ -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-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)
|
* `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
|
#### 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
|
* 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
|
* ShowMarks - creates a visual gutter to the left of the number column showing you your marks
|
||||||
* EasyMotion - hit ,<esc> (forward) or ,<Shift-Esc> (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.
|
* EasyMotion - hit ,<esc> (forward) or ,<Shift-Esc> (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)
|
* TagBar - hit ,T to see a list of methods in a class (uses ctags)
|
||||||
* CtrlP - ,t to find a file
|
* 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.
|
* 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.
|
||||||
|
@ -84,7 +84,6 @@ Bundle "mattn/webapi-vim.git"
|
|||||||
Bundle "rking/ag.vim"
|
Bundle "rking/ag.vim"
|
||||||
Bundle "scrooloose/nerdtree.git"
|
Bundle "scrooloose/nerdtree.git"
|
||||||
Bundle "scrooloose/syntastic.git"
|
Bundle "scrooloose/syntastic.git"
|
||||||
Bundle "sjbach/lusty.git"
|
|
||||||
Bundle "sjl/gundo.vim"
|
Bundle "sjl/gundo.vim"
|
||||||
Bundle "skwp/YankRing.vim"
|
Bundle "skwp/YankRing.vim"
|
||||||
Bundle "skwp/greplace.vim"
|
Bundle "skwp/greplace.vim"
|
||||||
|
Loading…
Reference in New Issue
Block a user