diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-03-29 17:12:10 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-03-29 17:12:10 -0700 |
| commit | f2e7dfcf2e9c606e47511701a8cff37c913b8b96 (patch) | |
| tree | 9b32419c889c8add299c45c2a1402244fed208a9 /emacs/site-lisp/my-binds.el | |
| parent | dade583159e78a0ba6a40acf8ae888ce6df1b32f (diff) | |
new binds and stuff
Diffstat (limited to 'emacs/site-lisp/my-binds.el')
| -rw-r--r-- | emacs/site-lisp/my-binds.el | 3 |
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) |
