-
Notifications
You must be signed in to change notification settings - Fork 103
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
[Q] Using FZF_DEFAULT_OPTS
.
#475
Comments
+1. Dumping all my flags in Can this be turned into an optional behavior? Default can be to ignore |
If you know how to do it, please create a PR. I think few people will benefit from it, even if it is not merged in main. I understand the reason why to ignore |
Ref: Aloxaf#475 Aloxaf@0b49f3e introduces a change that makes the plugin ignore `FZF_DEFAULT_OPTS` by default. This commit adds a flag to disable this behavior. Signed-off-by: PrayagS <[email protected]>
Ref: Aloxaf#475 Aloxaf@0b49f3e introduces a change that makes the plugin ignore `FZF_DEFAULT_OPTS` by default. This commit adds a flag to disable this behavior. Signed-off-by: PrayagS <[email protected]>
Opened the PR: #479
It was documented recently from what I see. Lines 118 to 119 in cf57116
The issue I saw with using If someone is not using that plugin, I suppose |
Ref: Aloxaf/fzf-tab#475 (comment) TLDR: Add a flag to make the plugin respect `FZF_DEFAULT_OPTS`. Signed-off-by: PrayagS <[email protected]>
You can use zstyle ':fzf-tab:*' fzf-flags ${(z)FZF_DEFAULT_OPTS} |
Thanks for the answer, @Aloxaf! Unfortunately, this didn't work for me, see this comment: |
* Add `use-fzf-default-opts` Ref: #475 0b49f3e introduces a change that makes the plugin ignore `FZF_DEFAULT_OPTS` by default. This commit adds a flag to disable this behavior. Signed-off-by: PrayagS <[email protected]> * Add an additional note for `use-fzf-default-opts` Signed-off-by: PrayagS <[email protected]> --------- Signed-off-by: PrayagS <[email protected]>
After this commit: 0b49f3e (
fix: always ignore FZF_DEFAULT_OPTS
)How do you set to actually use
FZF_DEFAULT_OPTS
, if one wants to?The text was updated successfully, but these errors were encountered: