Use vertico instead of fzf for buffer switching
This commit is contained in:
parent
5be41bc1fd
commit
46028604b8
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue