mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 18:34:35 +00:00
Closes: https://github.com/gentoo/gentoo/pull/44304 Closes: https://bugs.gentoo.org/965021 Closes: https://bugs.gentoo.org/926042 Closes: https://bugs.gentoo.org/900859 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
12 lines
370 B
Text
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).
|