-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctrl+r search seems to overridden #288
Comments
Hi, yeah that comment is out of date. I did not foresee fish releasing their own reverse-i-search. Now, you need to put FWIW, yesterday I tried the default reverse-i-search and I decided I'll stick with fzf.fish's because it's much better. |
I came to the same conclusion regarding fzf.fish's vs this new one :) Thanks, will use this in my config! |
Sorry, I misunderstood that setting. I want to do the opposite of what --history= is doing On my system, fzf_configure_bindings in my config is not taking over the default so I am stuck with the default fish implementation, I have to run it manually after startup |
Oh I see, sorry I misunderstood the issue. Hmmm that is a bug indeed. Let me get back to you... |
So when you run bind, do you see |
I do not see that exact line, but I do see some \cr entries so I would expect them to be overriden?, I see
|
I see |
I see, this plugin relies on fzf based on the documentation, and I am using homebrew to install https://formulae.brew.sh/formula/fzf which is causing the problems as you mentioned Does this mean I need to explicitly unbind this from the other instance and figure out how that syntax works? I looked at the referenced lines you mentioned and cant find an obvious "add this to config to force override" anywhere |
I think you probably ran |
Great, this seems to work for me, I had done that ages ago, thanks and have a nice day! |
No problem! I need to make this more obvious in the docs NOT to install that and how to install it. Learned something today, thanks. |
Before proceeding...
Describe the bug
I did not have fzf_configure_bindings in my config previously because I never customized anything. Now that fish added a newer default ctrl+r implementation I am unsure how to have the fzf implementation be the default version. I tried putting fzf_configure_bindings in my config but it doesn't work, I need to manually execute fzf_configure_bindings to restore the keybinding for the fzf version.
This doesnt seem to be working for me in the fzf.fish config
Steps to reproduce
Install fzf
Install fish 3.6.0+
ctrl+r to use new fish reverse search
fzf_configure_bindings
ctrl+r to use fzf version of reverse search
Environment
Versions installed:
Which, if any, configuration variables such as
fzf_preview_file_cmd
are set?Additional context
fish-shell/fish-shell#9089
The text was updated successfully, but these errors were encountered: