From b5a9e566be1ea193964faf91ad854cbae73eaaf3 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sat, 27 May 2023 21:04:28 +0200 Subject: [PATCH] Update '.config/fzf/fzf.rc' --- .config/fzf/fzf.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/fzf/fzf.rc b/.config/fzf/fzf.rc index 8abea58..f581bbb 100644 --- a/.config/fzf/fzf.rc +++ b/.config/fzf/fzf.rc @@ -1,3 +1,6 @@ +[ -f /home/chris/.config/fzf/shell/completion.zsh ] && source /home/chris/.config/fzf/shell/completion.zsh +[ -f /home/chris/.config/fzf/shell/key-bindings.zsh ] && source /home/chris/.config/fzf/shell/key-bindings.zsh + # switch group using `,` and `.` zstyle ':fzf-tab:*' switch-group ',' '.' zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup