aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/conf.d/init-fzf.fish
blob: d1c2d33606322ba77042811832d3523bc076fe77 (plain)
1
2
3
4
5
6
7
8
9
command -v fzf > /dev/null || exit 0

if is_mac;
    source $(brew --prefix fzf)/shell/key-bindings.fish
end

function fish_user_key_bindings
    fzf_key_bindings
end