From f2e7dfcf2e9c606e47511701a8cff37c913b8b96 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Sat, 29 Mar 2025 17:12:10 -0700 Subject: new binds and stuff --- emacs/site-lisp/my-binds.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/site-lisp/my-binds.el') 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) -- cgit v1.2.3