diff --git a/fish/functions/fish_user_key_bindings.fish b/fish/functions/fish_user_key_bindings.fish new file mode 100644 index 0000000..350a9da --- /dev/null +++ b/fish/functions/fish_user_key_bindings.fish @@ -0,0 +1,3 @@ +function fish_user_key_bindings + fzf_key_bindings +end diff --git a/fish/functions/fzf_key_bindings.fish b/fish/functions/fzf_key_bindings.fish new file mode 120000 index 0000000..a66a998 --- /dev/null +++ b/fish/functions/fzf_key_bindings.fish @@ -0,0 +1 @@ +/usr/local/opt/fzf/shell/key-bindings.fish \ No newline at end of file