modularized: gitgrep, lustyjuggler, greplace
This commit is contained in:
@@ -141,9 +141,8 @@ Included vim plugins
|
||||
* NERDTree - everyone's favorite tree browser
|
||||
* 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
|
||||
* EasyMotion - hit ,, (forward) or z,, (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 and upper row, no pinkies
|
||||
* LustyJuggler/Explorer - hit B, type buf name to match a buffer, or type S and use the home row keys to select a buffer
|
||||
|
||||
Git
|
||||
|
||||
@@ -163,6 +162,7 @@ Included vim plugins
|
||||
|
||||
Utils
|
||||
|
||||
* greplace - use :Gsearch to find across many files, replace inside the changes, then :Greplace to do a replace across all matches
|
||||
* ConqueTerm - embedded fully colorful shell inside your vim
|
||||
* vim-ruby-conque - helpers to run ruby,rspec,rake within ConqueTerm - use \rr (ruby), \ss (rspec), \ll (rspec line), \RR (rake)
|
||||
* vim-markdown-preview - :Mm to view your README.md as html
|
||||
|
||||
Reference in New Issue
Block a user