keys configurable, multiple keys support, decreasesd fzf processes

This commit is contained in:
2025-08-27 17:38:11 +02:00
parent 9aa1413a51
commit a1ae20fa82
5 changed files with 157 additions and 368 deletions

View File

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