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