mhinz / vim-grepper

:space_invader: Helps you win at grep.
MIT License
1.22k stars 58 forks source link

Autocomplete path in the Grepper prompt? #235

Open bravoecho opened 4 years ago

bravoecho commented 4 years ago

When I run rg in directly, I can type rg someStringToBeFound subdir1/subdir2<Tab> and the shell will trigger the autocomplete of the path.

Is it possible to do the same in the Grepper prompt?

Thank you!