From df9af24dfd5836c983f8fdde7ab3bc8ea0520e36 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 22 Aug 2025 00:33:27 +0200 Subject: [PATCH] consult-ripgrep keybinds --- init.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.org b/init.org index 16e7d72..0cec060 100644 --- a/init.org +++ b/init.org @@ -525,6 +525,10 @@ Honestly not very happy with this at the moment, but it's kind of hacked togethe "ff" #'find-file "fi" #'nemo/edit-init-org "fs" #'save-buffer + "fr" #'consult-ripgrep + "fR" (lambda () (interactive) + (let ((dir (read-directory-name "Ripgrep directory: "))) + (consult-ripgrep dir))) ) ) #+end_src