We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
export _ZL_FZF_FLAG="+s -e +i
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.
z -l
I have tried using fzf directly with explicit -i flag like this cat ~/.zlua | fzf +i, and it works perfectly.
cat ~/.zlua | fzf +i
Maybe there is something I missed or I made mistakes, I'm not sure.
Thanks for any help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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.
The text was updated successfully, but these errors were encountered: