From b4b96deca96a2bee95b53d3e01f99a2e925abf0d Mon Sep 17 00:00:00 2001 From: Tony Miller Date: Thu, 21 Aug 2025 22:37:11 +1000 Subject: [PATCH] Added Fedora-specific key-bings for FZF --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index f56dd44..fe0287a 100644 --- a/.bashrc +++ b/.bashrc @@ -22,6 +22,8 @@ esac export FZF_DEFAULT_COMMAND='ag --skip-vcs-ignores --ignore .git --ignore node_modules -g ""' [ -f /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() { local parent="$1"