-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
0.56.1/2 breaks my FZF_COMPLETION_TRIGGER
#4088
Comments
Thanks for the report. I can reproduce it; the issue lies with the Lines 124 to 129 in 215ab48
When the trigger consists of only one back-tick, the For now, you could modify your shell setup in your Line 343 in 215ab48
It's better to use a different trigger. The construction of the # Use ~~ as the trigger sequence instead of the default **
export FZF_COMPLETION_TRIGGER='~~'
# Two back-ticks seems to work
export FZF_COMPLETION_TRIGGER='``' It would be possible to fall back to the old extraction method (prior to the PR |
Thank you for the detailed response. I'd like to find a way to keep the backtick as my trigger as I have 6+ years of muscle memory and it's very convenient as it's right next to the TAB on an American layout. Alternatively, I can stay at version 0.56.0 for the time being. |
I'm using |
Right, any solution should allow the same characters that can be used in EDIT: However, it turns out that
Characters found to cause issues are these:
|
Checklist
man fzf
)Output of
fzf --version
0.56.2
OS
Shell
Problem / Steps to reproduce
Thank you for the great work!
In my
.zshrc
, I setFZF_COMPLETION_TRIGGER='`'
. With up to 0.56.0 installed, this works well (and has for years).Starting in 0.56.1 and still existing in 0.56.2, this no longer works. When I type for example
cd `<TAB>
, nothing happens. If I set the env var to nearly anything else, it works again.If I downgrade to 0.56.0, it works again.
The fzf portion of my
.zshrc
: https://github.com/jefferickson/dotfiles/blob/d552e8eae75edd1ce4d14b11ae960a9aeccb370a/.zshrc#L96-L106The text was updated successfully, but these errors were encountered: