dkprice / vim-easygrep

Fast and Easy Find and Replace Across Multiple Files
The Unlicense
325 stars 47 forks source link

Any way to search specific subdirectories? #42

Closed jpmv27 closed 7 years ago

jpmv27 commented 7 years ago

I would like to search specific subdirectories under cwd (e.g., 'src', 'include') and exclude others (e.g., 'bin', 'doc', etc.)

Is there any way to configure easygrep to do that?

MV

dkprice commented 7 years ago

Try setting some exclusions. See EasyGrepFilesToExclude. This is only currently supported for grep, ack, and ag.

jpmv27 commented 7 years ago

I would've preferred a "positive" vs. a "negative" selection (search this vs. don't search that,) but I'll give that option a try

Thanks MV