Files
dotfiles/config/fzf/fzf.zsh

13 lines
300 B
Bash
Executable File

# Setup fzf
# ---------
# Auto-completion
# ---------------
# shellcheck source=completion.zsh
[[ $- == *i* ]] && source "$HOME/.dotfiles/config/fzf/completion.zsh" 2> /dev/null
# Key bindings
# ------------
# shellcheck source=key-bindings.zsh
source "$HOME/.dotfiles/config/fzf/key-bindings.zsh"