Aloxaf / fzf-tab

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

[Q] How to sort by proximity? #439

Open p1r473 opened 6 months ago

p1r473 commented 6 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)