diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-18 16:30:17 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-18 16:30:17 +0100 |
commit | c03c3e3b438203e61a828bde3a29638bf85b805c (patch) | |
tree | 6342e66be22edc6f9712156571d4375a748e8da4 | |
parent | 0b7b8e2e7925c3fead94288756cce6ea83b7532b (diff) | |
download | dotfiles-c03c3e3b438203e61a828bde3a29638bf85b805c.tar.gz |
Change deadgrep-symbol-at-point binding
-rw-r--r-- | .emacs.d/lisp/init-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-search.el b/.emacs.d/lisp/init-search.el index 43155c0..3ffe6d3 100644 --- a/.emacs.d/lisp/init-search.el +++ b/.emacs.d/lisp/init-search.el @@ -51,7 +51,7 @@ (interactive) (deadgrep (thing-at-point 'symbol))) :bind - ("C-S-z" . deadgrep-symbol-at-point) + ("C-," . deadgrep-symbol-at-point) ("C-c c d" . deadgrep)) (use-package affe |