pathfind is my first small Vim Plugin. It wrapps around grep and searches all underlying files for a specific pattern.
Using vim-plug:
Plug 'kruemelmann/pathfind.vim'<leader>Fif you highlighted a word with*it will search for the highlighted pattern<leader>Fif nothing is highlighted or you turned of with:nohlyou get a input promt
NOTE
Watch out where you are running this. Takes long if it searches many files.
You can stop it by pressing <cr>c.