Try deadgrep + re-organise a little

This commit is contained in:
David Morgan 2022-10-11 13:33:54 +01:00
parent 49d58cd764
commit 447465edb1
Signed by: djm
GPG Key ID: C171251002C200F2
2 changed files with 7 additions and 5 deletions

View File

@ -62,11 +62,6 @@
("C-c Z" . my/affe-find-symbol-at-point)
("C-~" . my/affe-grep-symbol-at-point))
(use-package rg
:bind
("C-c C-M-r" . rg-menu)
("C-c C-M-R" . rg))
(use-package gumshoe
:defer 5
:after perspective

View File

@ -39,5 +39,12 @@
([remap isearch-query-replace] . anzu-isearch-query-replace)
([remap isearch-query-replace-regexp] . anzu-isearch-query-replace-regexp)))
(use-package rg
:bind
("C-c C-M-S-r" . rg-menu)
("C-c C-M-r" . rg))
(use-package deadgrep)
(provide 'init-search)
;;; init-search.el ends here