After installing the fzf on Manjaro (via pacman or Octopi) keybindings are not set and files ~/.fzf.bash and ~/.fzf.zsh are not created.
Effectively using CTRL+R doesn't trigger fzf and CTRL+T doesn't work.
I couldn't find any info how to manually create those missing files.
Looks like it's related to #1385.
Managed to solve this by adding these two lines at the end of my .zshrc file:
source /usr/share/fzf/key-bindings.zsh
source /usr/share/fzf/completion.zsh
Shouldn't it be somehow automated? Like why does installing manually from repo does it automatically for you, but installing from official system repo forces you to set it up by yourself?
You should ask the maintainers of the Manjaro package.
Most helpful comment
Managed to solve this by adding these two lines at the end of my .zshrc file: