QFGrep.vim : A plugin to filter Quickfix entries
script karma |
Rating 36/14,
Downloaded by 1764 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Kent Yuan |
|
script type |
utility |
|
description |
##QFGrep
The QFGrep plugin would be helpful when you got a lot of entries in Quickfix. For example, you did an Ack/Grep with a not strict criteria. QFGrep can do further filtering for you, so that you could narrow your focus and jump to the right file right line quickly. At any time you could restore the original Quickfix entries.
projectHome & screencast: https://github.com/sk1418/QFGrep
##Features
- filter(Grep) entries in Quickfix
- restore original Quickfix entries
##Usage
- fill Quickfix window with some entries (grep, vimgrep, ack or make),move curosr to quickfix buffer
- `<Leader>g` input pattern to do further filtering
- `<Leader>r` restore the Quickfix with original entries
- `<Leader>v` input pattern to do further inverted filtering (like grep -v)
- check the GIF animation on project homepage https://github.com/sk1418/QFGrep
##Customization
- mapping customization
- message color-highligting customization
- `:h QFGrep` to check details |
|
install details |
extract the archive to ~/.vim |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 44.220.184.63
|