gentoo-ebuilds/app-shells/fzf/files/README.gentoo
2025-11-02 21:09:38 +02:00

12 lines
370 B
Text

To add fzf support to your shell, make sure to use the right file
from /usr/share/fzf.
For bash, add the following line to ~/.bashrc:
# source /usr/share/bash-completion/completions/fzf
# source /usr/share/fzf/key-bindings.bash
Plugins for Vim and Neovim are installed to respective directories
and will work out of the box.
For fzf support in tmux see fzf-tmux(1).