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
Hi, I have set up fuzzy with
(setq ivy-re-builders-alist '((t . ivy--regex-fuzzy))))
And it generally works (for find-file, M-x, etc) but swiper still uses space separated search.
Is it possible to apply fuzzy to swiper?
BTW, thanks for ivy and counsel!
The text was updated successfully, but these errors were encountered:
0572f16
Works for me with this setting:
(setq ivy-re-builders-alist '((swiper . ivy--regex-fuzzy) (t . ivy--regex-plus)))
Please test.
Sorry, something went wrong.
thx. I will check it as soon as it is on melpa
It works, thx a lot!
No branches or pull requests
Hi, I have set up fuzzy with
And it generally works (for find-file, M-x, etc) but swiper still uses space separated search.
Is it possible to apply fuzzy to swiper?
BTW, thanks for ivy and counsel!
The text was updated successfully, but these errors were encountered: