From 2fa570f400a55b9860b7a16e93ccf204a21ddcc7 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 21 Aug 2021 19:44:22 +0100 Subject: Change consult-line bindings --- .emacs.d/lisp/init-completion.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.emacs.d/lisp/init-completion.el') 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 (" 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) -- cgit 1.4.1-2-gfad0