Closed druckdev closed 3 weeks ago
We recommend users to use fuzzy completion for this. It's more powerful that you can specify the search root along with the initial query.
ls **<tab>
ls foo**<tab>
ls ~/github/**<tab>
ls ~/github/foo**<tab>
That makes sense, thanks!
This is a proof-of-concept. Before implementing this for the other shells or putting more work into it, I wanted to check if this is a wanted feature. Let me know what you think :)