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