Merge pull request #1331 from flatwhatson/swiper-isearch-flx
Disable fuzzy-matching for swiper-isearch
This commit is contained in:
commit
0ea0486d5f
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
(counsel-rg . ivy--regex-plus)
|
(counsel-rg . ivy--regex-plus)
|
||||||
(counsel-grep . ivy--regex-plus)
|
(counsel-grep . ivy--regex-plus)
|
||||||
(swiper . ivy--regex-plus)
|
(swiper . ivy--regex-plus)
|
||||||
|
(swiper-isearch . ivy--regex-plus)
|
||||||
(t . ivy--regex-fuzzy))
|
(t . ivy--regex-fuzzy))
|
||||||
ivy-initial-inputs-alist nil))
|
ivy-initial-inputs-alist nil))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue