From 9411566e2abe94353f43fd27204a256070832a7b Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 1 Oct 2024 23:39:09 -0700 Subject: [PATCH] Bind more consult functions --- thoom-emacs/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/thoom-emacs/init.el b/thoom-emacs/init.el index 6591618..6e8f09c 100644 --- a/thoom-emacs/init.el +++ b/thoom-emacs/init.el @@ -312,7 +312,10 @@ :bind (("C-x b" . consult-buffer) ("C-x C-b" . consult-buffer) ("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 ;; relevant when you use the default completion UI.