about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-18 16:30:17 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-18 16:30:17 +0100
commitc03c3e3b438203e61a828bde3a29638bf85b805c (patch)
tree6342e66be22edc6f9712156571d4375a748e8da4
parent0b7b8e2e7925c3fead94288756cce6ea83b7532b (diff)
downloaddotfiles-c03c3e3b438203e61a828bde3a29638bf85b805c.tar.gz
Change deadgrep-symbol-at-point binding
-rw-r--r--.emacs.d/lisp/init-search.el2
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