From 61bc2a30a564752c4c152c5c03c6a9e48504882c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 4 Nov 2022 15:13:07 +0000 Subject: added a keybinding for counsel-rg - fast search! --- doom.d/config.el | 1 + 1 file changed, 1 insertion(+) (limited to 'doom.d') diff --git a/doom.d/config.el b/doom.d/config.el index 69c1772..82e4b4c 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -57,6 +57,7 @@ ;; Custom keybindings ;; -------------------- (global-set-key (kbd "C-c s") 'mrl/switch-to-scratch) +(global-set-key (kbd "C-c r") 'counsel-rg) ;; Basic agenda stuff -- cgit v1.2.3