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