diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-04 15:13:07 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-04 15:13:07 +0000 |
commit | 61bc2a30a564752c4c152c5c03c6a9e48504882c (patch) | |
tree | 311dc46c0ac4a74ec0d0474f5e128f3e6a655bab | |
parent | 330ef1a9dade3c66d53ba753a35bd493d1629fcf (diff) |
added a keybinding for counsel-rg - fast search!
-rw-r--r-- | doom.d/config.el | 1 |
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 |