replace swiper with ctrlf

This commit is contained in:
Łukasz Pankowski 2020-08-08 23:20:06 +02:00
parent 894181adfe
commit 6d5b7376e3

View File

@ -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.