1
0

remove fzf

This commit is contained in:
zdm 2021-02-08 00:51:25 -07:00
parent 235d52db20
commit 677ed2df6d

View File

@ -282,10 +282,6 @@
:defer t
:init
(setq counsel-find-file-at-point t)
(defun user-ivy-switch-file-search ()
(interactive)
(ivy-quit-and-run (counsel-fzf nil ivy--directory)))
:bind
(("C-s" . counsel-grep-or-swiper)
("M-x" . counsel-M-x)
@ -295,8 +291,6 @@
("C-h v" . counsel-describe-variable)
("C-c c u" . counsel-unicode-char)
("C-c c o" . counsel-outline))
(:map ivy-minibuffer-map
("M-s r" . user-ivy-switch-file-search))
:config
(defalias '/unicode 'counsel-unicode-char))