Add ripgrep (C-x p g) and imenu (M-i) bindings for Consult
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
(use-package consult
|
||||
:ensure t
|
||||
;; Replace bindings. Lazily loaded due by `use-package'.
|
||||
:bind (("C-x b" . consult-buffer))
|
||||
:bind (("C-x b" . consult-buffer)
|
||||
("C-x p g" . consult-ripgrep)
|
||||
("M-i" . consult-imenu))
|
||||
|
||||
;; Enable automatic preview at point in the *Completions* buffer. This is
|
||||
;; relevant when you use the default completion UI.
|
||||
|
||||
Reference in New Issue
Block a user