Aloxaf / fzf-tab

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

[Q] How to set the sort of all commands to most frequently used, not alphabetical? #423

Open kvenn opened 3 months ago

kvenn commented 3 months ago

Describe your question In my specific example, the most common thing following git checkout is main.

Or when using just with autocomplete, I'd like it to show the options sorted by the just command I run most regularly.

Is there a way to set sort to recently / most frequently used? As opposed to the default or alphabetical?

Thanks!

This was the most relevant issue I could find: https://github.com/Aloxaf/fzf-tab/issues/58 and https://github.com/skywind3000/z.lua/issues/99