junegunn / fzf.vim

fzf :heart: vim
MIT License
9.59k stars 581 forks source link

Relative path on windows #485

Open ghost opened 6 years ago

ghost commented 6 years ago

I can't find a decent solution for fzf run on gvim / widows 10 to search on relative path of current path.
to possible search on parent...etc.

Did anyone come up with a solution?

MaryHal commented 6 years ago

This isn't quite what you want, but would something like vim-rooter help you out?

For example, if you are editing myproject/src/file.c, then run :Files, I imagine it would only list files in the project.

ghost commented 6 years ago

@MaryHal : I've alrealdy used vim-rooter. Imagine you're on top of project but still want to open a file in its parent. It'd be nice if we have an option.