improved fzf sorting

This commit is contained in:
2025-08-29 09:38:31 +02:00
parent b4ecf35234
commit f395f1415f

View File

@@ -1,5 +1,5 @@
if command -v "fzf" >/dev/null; then
FZF="fzf --black --ansi --cycle"
FZF="fzf --black --ansi --cycle --tiebreak=chunk,index"
else
err "Did not find the command-line fuzzy finder fzf."
exit 1