Skip to content
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

_ZL_FZF_FLAG doesn't work #190

Open
NoReasonKen opened this issue Sep 27, 2023 · 0 comments
Open

_ZL_FZF_FLAG doesn't work #190

NoReasonKen opened this issue Sep 27, 2023 · 0 comments

Comments

@NoReasonKen
Copy link

Lets say I defined export _ZL_FZF_FLAG="+s -e +i. And I expected this should trigger case-sensitive search to ~/.zlua, but seems it does not.

Here is a simple example I made.

z -l Dat
0.5        ~/work/data
24         ~/work/DataAnalysis
89.5      ~/work/output/date
1256     ~/work/log/data

As you can see, I validated _ZL_FZF_FLAG by using z -l, and found it's actually case-insensitive.

I have tried using fzf directly with explicit -i flag like this cat ~/.zlua | fzf +i, and it works perfectly.

Maybe there is something I missed or I made mistakes, I'm not sure.

Thanks for any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant