Open halloleo opened 2 years ago
Just found out what's the problem: I have to set $fzf_history_binding = "c-r"
first and then load the xontrib!!!
Is this something which can be fixed? If not I'm happy to update the README to make users aware of the requested order.
Hi @halloleo, sorry for the delay. I will probably abandon and archive (or just abandon) this project. I'm not happy with the direction the OSS community has decided to take and I chose not to participate and contribute anymore.
Thanks for the info, @laloch! Fair enough if you want to abandon the project.
When I set
and I type Ctrl-R still the normal xonsh backward search comes up.
Is this a compatebilty issue? Here all the steps I have done:
fzf
opens the fzf selector.xpip install xontrib-fzf-widgets
.xontrib load xontrib-fzf-widgets
.$fzf_history_binding = "c-r"
.And here the versions involved: