BufExplorer modularized
This commit is contained in:
parent
80102f504b
commit
937945139c
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -52,3 +52,6 @@
|
||||
[submodule "vim/bundle/Lokaltog-vim-easymotion"]
|
||||
path = vim/bundle/Lokaltog-vim-easymotion
|
||||
url = https://github.com/Lokaltog/vim-easymotion
|
||||
[submodule "vim/bundle/vim-scripts-bufexplorer.zip"]
|
||||
path = vim/bundle/vim-scripts-bufexplorer.zip
|
||||
url = https://github.com/vim-scripts/bufexplorer.zip.git
|
||||
|
@ -142,6 +142,8 @@ Included vim plugins
|
||||
* 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 (saved locations). use \mt to toggle it, \mm to place the next available mark, \mh to delete, \ma to clear all. Use standard vim mark navigation ('X) for mark named X.
|
||||
* EasyMotion - hit ,, (forward) or z,, (back) and watch the magic happen. just type the letters and jump directly to your target
|
||||
* BufExplorer - access with 'B' - a big buffer window, good for when you want to search for a buffer
|
||||
* LustyJuggler - access with 'S' - a small buffer window at the bottom, each buffer is assigned to a home row key in order
|
||||
|
||||
Git
|
||||
|
||||
|
1
vim/bundle/vim-scripts-bufexplorer.zip
Submodule
1
vim/bundle/vim-scripts-bufexplorer.zip
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 8c75e65b647238febd0257658b150f717a136359
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user