dot/.config/scriptrc/fzf.sh

6 lines
200 B
Bash
Raw Permalink Normal View History

2024-07-11 12:26:08 +02:00
# fzf settings
2024-07-15 20:58:29 +02:00
if type fzf &>/dev/null; then
2024-07-11 12:26:08 +02:00
export FZF_DEFAULT_OPTS="--reverse --bind change:first --bind ctrl-j:down,ctrl-k:up -i --cycle --header-first --border rounded"
source <(fzf --zsh)
fi