Use vertico instead of fzf for buffer switching

This commit is contained in:
Benson Chu 2024-04-28 17:53:30 -05:00
parent 5be41bc1fd
commit 46028604b8

View file

@ -271,7 +271,8 @@
("C-c f f" . fzf-find-file)
("C-c d" . fzf-directory)
("C-c f r" . fzf-grep)
("C-c b" . fzf-switch-buffer))
;; ("C-c b" . fzf-switch-buffer)
)
:config
(setq fzf/args "-x --print-query --margin=1,0 --no-hscroll"
fzf/executable "fzf"