Added Fedora-specific key-bings for FZF

This commit is contained in:
Tony Miller 2025-08-21 22:37:11 +10:00 committed by Tony Miller
parent cd3186f90d
commit b4b96deca9

View File

@ -22,6 +22,8 @@ esac
export FZF_DEFAULT_COMMAND='ag --skip-vcs-ignores --ignore .git --ignore node_modules -g ""' export FZF_DEFAULT_COMMAND='ag --skip-vcs-ignores --ignore .git --ignore node_modules -g ""'
[ -f /usr/share/doc/fzf/examples/key-bindings.bash ] \ [ -f /usr/share/doc/fzf/examples/key-bindings.bash ] \
&& source /usr/share/doc/fzf/examples/key-bindings.bash && source /usr/share/doc/fzf/examples/key-bindings.bash
[ -f /usr/share/fzf/shell/key-bindings.bash ] \
&& source /usr/share/fzf/shell/key-bindings.bash
do_cd_fzf() { do_cd_fzf() {
local parent="$1" local parent="$1"