kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
750 stars 35 forks source link

Default trigger command followed by tab does not search the current directory recursively #228

Open benfranklin79 opened 11 months ago

benfranklin79 commented 11 months ago

If I'm in a directory and I use the shortcut ctrl+R then the current directory is searched recursively. If I'm in the same directory and write nvim and then use ** followed by TAB then only the currently directory is searched with no recursion. Is this expected behaviour? I would expect the default to be the same for both.