about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-completion.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-21 19:44:22 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-21 19:44:22 +0100
commit2fa570f400a55b9860b7a16e93ccf204a21ddcc7 (patch)
tree3cad7ba8cbc9840da0b0b80be4f5fc59844ae5cb /.emacs.d/lisp/init-completion.el
parent3d01ddd1365a5ed082a5a5d78b4e04c302acdf5f (diff)
downloaddotfiles-2fa570f400a55b9860b7a16e93ccf204a21ddcc7.tar.gz
Change consult-line bindings
Diffstat (limited to '.emacs.d/lisp/init-completion.el')
-rw-r--r--.emacs.d/lisp/init-completion.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el
index a3b8c71..ad6b038 100644
--- a/.emacs.d/lisp/init-completion.el
+++ b/.emacs.d/lisp/init-completion.el
@@ -203,8 +203,8 @@
          ("M-'" . consult-register-store)          ;; orig. abbrev-prefix-mark (unrelated)
          ("C-M-#" . consult-register)
          ;; Other custom bindings
-         ("C-s" . consult-line)
-         ("C-M-S" . consult-line-symbol-at-point)
+         ("C-S-s" . consult-line)
+         ("M-*" . consult-line-symbol-at-point)
          ("M-y" . consult-yank-pop)                ;; orig. yank-pop
          ("<help> a" . consult-apropos)            ;; orig. apropos-command
          ;; M-g bindings (goto-map)
@@ -228,7 +228,8 @@
          ("C-c c R" . consult-ripgrep-auto-preview)
          ("C-c R" . consult-ripgrep-auto-preview)
          ("C-c c M-r" . consult-ripgrep-unrestricted)
-         ("C-c c s" . consult-ripgrep-symbol-at-point)
+         ("C-c c *" . consult-ripgrep-symbol-at-point)
+         ("C-c *" . consult-ripgrep-symbol-at-point)
          ("C-c c l" . consult-line)
          ("C-c c m" . consult-multi-occur)
          ("C-c c k" . consult-keep-lines)