mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
8 lines
140 B
Fish
8 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
|