From 08916adecc3c55a069d521609791deb251c783e1 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 23 Dec 2020 01:04:29 -0800 Subject: [PATCH] Now this function is necessary, and `fzf_key_bindings` is on my path again. --- dotfiles/.config/fish/functions/fish_user_key_bindings.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/.config/fish/functions/fish_user_key_bindings.fish b/dotfiles/.config/fish/functions/fish_user_key_bindings.fish index 7a7918f..350a9da 100644 --- a/dotfiles/.config/fish/functions/fish_user_key_bindings.fish +++ b/dotfiles/.config/fish/functions/fish_user_key_bindings.fish @@ -1,3 +1,3 @@ -#function fish_user_key_bindings - #fzf_key_bindings -#end +function fish_user_key_bindings + fzf_key_bindings +end