This plugin add capability to search in folders via NERDtree. The search use ack.vim from the master branch (http://github.com/mileszs/ack.vim/tree/master). This is ripped off from NERDTree & ack plugin by Tudor Barbu. It just doesn't fit my taste, so, yeah.
- Install ack.vim first from http://github.com/mileszs/ack.vim/tree/master. Or you can use my branch whose behavior is IMHO more NERDtree-friendly.
- Copy the plugin file to your
.vim/plugin
directory, or install via pathogen/vundle
- Open NERDtree
- Point to a directory
- Press
ms
- Enter search term (e.g.
control\ panel -i
) - Profit!
- Doesn't change current open buffers! This feature is what necessitate the use of latest ack.vim
- Uses ack.vim syntax:
- Use
\
to write a space (e.g.control\ panel
) - Or enclose the term in quotes (e.g.
"control panel"
) - The default behavior is case sensitive. Use
-i
params for case insensitive (e.g."control panel" -i
)
- Use
- Uses ack.vim buffer behavior