Open bravoecho opened 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.
rg
rg someStringToBeFound subdir1/subdir2<Tab>
Is it possible to do the same in the Grepper prompt?
Thank you!
When I run
rg
in directly, I can typerg 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!