From e3cd82016ea1d75924f428baa52482c1d5ba0d9e Mon Sep 17 00:00:00 2001 From: Andrew Whatson Date: Tue, 16 Apr 2019 11:07:06 +1000 Subject: [PATCH] Disable fuzzy-matching for swiper-isearch --- modules/completion/ivy/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 8fc54d88b..a4decf40b 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -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))