From 6a15db7e00f0107eab9f4e18758f0eaa70314a66 Mon Sep 17 00:00:00 2001 From: fuxialexander Date: Mon, 25 Jun 2018 14:15:00 +0800 Subject: [PATCH] fix disable ivy fuzzy in swiper and counsel-grep --- modules/completion/ivy/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index b837fc80d..13d5f6f34 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -216,7 +216,8 @@ immediately runs it on the current candidate (ending the ivy session)." '((counsel-ag . ivy--regex-plus) (counsel-rg . ivy--regex-plus) (counsel-pt . ivy--regex-plus) - (counsel-grep-or-swiper . ivy--regex-plus) + (counsel-grep . ivy--regex-plus) + (swiper . ivy--regex-plus) (t . ivy--regex-fuzzy)) ivy-initial-inputs-alist nil))