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.