From d7c3127d206b269e0f43c3bd747885a428a8a815 Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Mon, 18 Sep 2023 12:49:28 -0600 Subject: Add binding for consult-ripgrep --- extras/base.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/extras/base.el b/extras/base.el index 5e49625..f9c5a64 100644 --- a/extras/base.el +++ b/extras/base.el @@ -33,11 +33,12 @@ ;; Consult: Misc. enhanced commands (use-package consult :ensure t - ;; Other good things to bind: consult-ripgrep, consult-line-multi, - ;; consult-history, consult-outline - :bind (("C-x b" . consult-buffer) ; orig. switch-to-buffer - ("M-y" . consult-yank-pop) ; orig. yank-pop - ("C-s" . consult-line)) ; orig. isearch + ;; Other good things to bind: consult-line-multi, consult-history, + ;; consult-outline, consult-org-agenda, etc. + :bind (("C-x b" . consult-buffer) ; orig. switch-to-buffer + ("M-y" . consult-yank-pop) ; orig. yank-pop + ("M-s r" . consult-ripgrep) + ("C-s" . consult-line)) ; orig. isearch :config ;; Narrowing lets you restrict results to certain groups of candidates (setq consult-narrow-key "<")) -- cgit v1.2.3