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

swiper and ivy--regex-fuzzy #613

Closed
habamax opened this issue Aug 2, 2016 · 3 comments
Closed

swiper and ivy--regex-fuzzy #613

habamax opened this issue Aug 2, 2016 · 3 comments

Comments

@habamax
Copy link

habamax commented Aug 2, 2016

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!

@abo-abo abo-abo closed this as completed in 0572f16 Aug 2, 2016
@abo-abo
Copy link
Owner

abo-abo commented Aug 2, 2016

Works for me with this setting:

(setq ivy-re-builders-alist
      '((swiper . ivy--regex-fuzzy)
        (t . ivy--regex-plus)))

Please test.

@habamax
Copy link
Author

habamax commented Aug 2, 2016

thx. I will check it as soon as it is on melpa

@habamax
Copy link
Author

habamax commented Aug 2, 2016

It works, thx a lot!

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

2 participants