From 527a1be34d19dd7927af86638c557571bd1047cf Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 9 Oct 2022 13:51:28 +0200 Subject: Add fzf to fish --- fish/.config/fish/functions/fish_user_key_bindings.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish/.config/fish/functions/fish_user_key_bindings.fish (limited to 'fish') diff --git a/fish/.config/fish/functions/fish_user_key_bindings.fish b/fish/.config/fish/functions/fish_user_key_bindings.fish new file mode 100644 index 0000000..41addf2 --- /dev/null +++ b/fish/.config/fish/functions/fish_user_key_bindings.fish @@ -0,0 +1,4 @@ +function fish_user_key_bindings + fzf_key_bindings +end + -- cgit v1.2.3