summaryrefslogtreecommitdiff
path: root/emacs/site-lisp/my-binds.el
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-03-29 17:12:10 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-03-29 17:12:10 -0700
commitf2e7dfcf2e9c606e47511701a8cff37c913b8b96 (patch)
tree9b32419c889c8add299c45c2a1402244fed208a9 /emacs/site-lisp/my-binds.el
parentdade583159e78a0ba6a40acf8ae888ce6df1b32f (diff)
new binds and stuff
Diffstat (limited to 'emacs/site-lisp/my-binds.el')
-rw-r--r--emacs/site-lisp/my-binds.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/site-lisp/my-binds.el b/emacs/site-lisp/my-binds.el
index 0b85e66..bb80e62 100644
--- a/emacs/site-lisp/my-binds.el
+++ b/emacs/site-lisp/my-binds.el
@@ -17,3 +17,6 @@
(keymap-set dired-mode-map "C-o" 'dired-display-file)
(keymap-set dired-mode-map "F" 'dired-do-find-marked-files)
+;; searching
+(global-set-key (kbd "M-s g") 'rgrep)
+(global-set-key (kbd "M-s r") 'counsel-rg)