From 6d5b7376e3b8c1c9a3916d24c00302d9639e12fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sat, 8 Aug 2020 23:20:06 +0200 Subject: [PATCH] replace swiper with ctrlf --- init.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 0687a1e..fa71541 100644 --- a/init.el +++ b/init.el @@ -219,10 +219,9 @@ ;;; Improved in buffer search -(use-package swiper - :bind - (("C-s" . swiper) - ("C-S-s" . swiper-thing-at-point))) +(use-package ctrlf + :config + (ctrlf-mode 1)) ;;; Type substring and wait to select one of its visible occurrences ;;; (even in other windows) with a single or two letters.