mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
7 lines
140 B
Fish
7 lines
140 B
Fish
function fish_user_key_bindings
|
|
if command -s fzf-share >/dev/null
|
|
source (fzf-share)/key-bindings.fish
|
|
end
|
|
|
|
fzf_key_bindings
|
|
end
|