Have u read the
Add the following line to your shell configuration file.
bash
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"
zsh
# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)
fish
# Set up fzf key bindings
fzf --fish | source