vim-easygrep
vim-easygrep copied to clipboard
Fast and Easy Find and Replace Across Multiple Files
Hey, is it possible to make EasyGrep run in the same window which in I called it? I don't know why it runs and splits my vim-tags window 
No update since 2017..
Here is my config about Easygrep: ``` let g:EasyGrepRecursive=1 let g:EasyGrepHidden=1 let g:EasyGrepIgnoreCase=1 let g:EasyGrepMode=2 let g:EasyGrepFileAssociations=$HOME."/.vim/bundle/vim-easygrep/plugin/EasyGrepFileAssociations" ``` After typing `\vv`, the keyword under cursor is `grep`ed and the output...
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...
Maybe I'm overseeing this, but is there an option to highlight the search term like it's happening when I use the `*` operator? That should be available for the quickfix...
When with following setting: set grepprg=ag\ --nocolor\ --nogroup\ --vimgrep\ $* Search something with `\vv`, following error occurs:  The reason is that `ag` does not support multiple `--file-search-regex`, while the...
how to save my option in GrepOptions?
See commit message.
It would be nice to support this feature . Also , interestingly `ag` ignores gitignored files, when running from the terminal, not from running easy grep