replace swiper with ctrlf
This commit is contained in:
parent
894181adfe
commit
6d5b7376e3
7
init.el
7
init.el
@ -219,10 +219,9 @@
|
|||||||
|
|
||||||
;;; Improved in buffer search
|
;;; Improved in buffer search
|
||||||
|
|
||||||
(use-package swiper
|
(use-package ctrlf
|
||||||
:bind
|
:config
|
||||||
(("C-s" . swiper)
|
(ctrlf-mode 1))
|
||||||
("C-S-s" . swiper-thing-at-point)))
|
|
||||||
|
|
||||||
;;; Type substring and wait to select one of its visible occurrences
|
;;; Type substring and wait to select one of its visible occurrences
|
||||||
;;; (even in other windows) with a single or two letters.
|
;;; (even in other windows) with a single or two letters.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user