dkprice / vim-easygrep

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

EasyGrepMode for current file only #87

Open agilmor opened 4 years ago

agilmor commented 4 years ago

I know that Vim has the :s to search and replace in the current file, and I use it a lot. But it seems quite convenient to use easygrep interface also when I want to do the :Replace only in the current file.

Does it make sense to you?

To do it I guess that having a EasyGrepMode = 4 for current-file-only should be the best way.

Thanks.