Disable fuzzy-matching for swiper-isearch

This commit is contained in:
Andrew Whatson 2019-04-16 11:07:06 +10:00
parent 4a7b821934
commit e3cd82016e

View file

@ -261,6 +261,7 @@ immediately runs it on the current candidate (ending the ivy session)."
(counsel-rg . ivy--regex-plus)
(counsel-grep . ivy--regex-plus)
(swiper . ivy--regex-plus)
(swiper-isearch . ivy--regex-plus)
(t . ivy--regex-fuzzy))
ivy-initial-inputs-alist nil))