Bind more consult functions
This commit is contained in:
@@ -312,7 +312,10 @@
|
|||||||
:bind (("C-x b" . consult-buffer)
|
:bind (("C-x b" . consult-buffer)
|
||||||
("C-x C-b" . consult-buffer)
|
("C-x C-b" . consult-buffer)
|
||||||
("C-x p g" . consult-ripgrep)
|
("C-x p g" . consult-ripgrep)
|
||||||
("M-i" . consult-imenu))
|
("C-x p b" . consult-project-buffer)
|
||||||
|
("C-x p F" . consult-fd)
|
||||||
|
("M-i" . consult-imenu)
|
||||||
|
("M-y" . consult-yank-from-kill-ring))
|
||||||
|
|
||||||
;; Enable automatic preview at point in the *Completions* buffer. This is
|
;; Enable automatic preview at point in the *Completions* buffer. This is
|
||||||
;; relevant when you use the default completion UI.
|
;; relevant when you use the default completion UI.
|
||||||
|
|||||||
Reference in New Issue
Block a user