Use a shell function or command to drive completion input.
Section: Fuzzy completion
Point completion at a custom source
bash
bash
_fzf_compgen_path() { fd --hidden --follow --exclude .git . "$1"; }Explanation
Advanced shell users often override the default generators for better performance.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Fuzzy completion
Fuzzy-complete SSH hosts or paths
Use shell completion hooks supplied by fzf.
Customize CTRL-R history search
Add inline previews or change layout for history search.