Load fzf key bindings and completion in bash.
Section: Shell integration
Source bash integration
bash
bash
[ -f ~/.fzf.bash ] && source ~/.fzf.bashExplanation
Adds key bindings such as CTRL-T and CTRL-R in bash.
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 Shell integration
Set a better default file source
Use fd instead of find for faster file listings.
Define global default options
Apply common options to every fzf invocation.