change shortcut for consult-ripgrep.

This commit is contained in:
KJ 2024-09-10 14:08:16 -04:00
parent 6972b11f0a
commit c39574582f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
:defer t
:bind (;; C-c bindings in `mode-specific-map'
("C-s" . consult-line)
("C-r" . consult-ripgrep)
("C-c r g" . consult-ripgrep)
("C-S-s" . isearch-forward)
("C-S-r" . isearch-backward)
("M-m" . consult-mode-command)