Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
2.98k stars 90 forks source link

[Q] How to sort by proximity? #439

Open p1r473 opened 2 months ago

p1r473 commented 2 months ago

Hi! Thanks for the plugin - its great. How can I sort by proximity when using tab complete? Basically when I hit tab, I want to see the files/subdirs in the current folder first Im trying to figure out how to pipe proximity-sort or something similar to this which was built exactly for fzf. (https://github.com/jonhoo/proximity-sort)