andrewferrier/fzf-z

Behaviour of fzf-f is different from fzf

RobinRamael opened this issue · 2 comments

For some reason, running fzf-z in my terminal using only searches through a certain subset of files, while running fzf itself seems to give me everything. For example, in a django project, going fzf<CR>migrations finds all my migrations files, while going <ctrl-g>migrations doesn't find anything. I don't have any env vars set and I'm on the latest version. Any idea what the problem might be?

ok, I just realized that ofcourse fzf-z doesn't find them, as i had never visited that folder...

Correct. fzf-z is based only on folders you have visited, or that fulfill the other criteria listed in README.md. Thanks!