man fzf)After latest Manjaro update, ctrl-R keybindings stops working. It does not show any message at all, its like it is searching forever, since I have to press ctrl-c to kill the process to continue typing in console. Others keybindings does not do anything.
I read key_binding installation and I notice that I have in /home/<use>/.config/fish/functions/fish_user_key_bindings.fish the following function:
function fish_user_key_bindings
end
fzf_key_bindings
I don't know why fzf is writting that last line outside the function, since in docs and everywhere I check is like this
function fish_user_key_bindings
fzf_key_bindings
end
In spite of this, make it correct does not resolve anything. I update fish and oh my fish also, but nothing.
I could not found nothing else unusual, and as I said, it was all working perfectly after late SO update
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=20.0
DISTRIB_CODENAME=Lysia
Oh My Fish version 7
fish, version 3.1.1
Same problem here on fish
Same problem fish shell, Arch linux.
Duplicate of #2008