aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-04 15:13:07 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-04 15:13:07 +0000
commit61bc2a30a564752c4c152c5c03c6a9e48504882c (patch)
tree311dc46c0ac4a74ec0d0474f5e128f3e6a655bab
parent330ef1a9dade3c66d53ba753a35bd493d1629fcf (diff)
added a keybinding for counsel-rg - fast search!
-rw-r--r--doom.d/config.el1
1 files changed, 1 insertions, 0 deletions
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