1

Add keybind for anzu-query-replace-at-cursor

This commit is contained in:
Jessie Hildebrandt 2022-12-22 05:39:30 -05:00
parent c1061c356f
commit 3bb40ab6a6

View File

@ -803,7 +803,8 @@ DOCSTRING is an optional form that is discarded upon expansion."
:config :config
(global-anzu-mode) (global-anzu-mode)
:bind :bind
(("<remap> <query-replace>" . anzu-query-replace) (("M-s r ." . anzu-query-replace-at-cursor)
("<remap> <query-replace>" . anzu-query-replace)
("<remap> <query-replace-regexp>" . anzu-query-replace-regexp))) ("<remap> <query-replace-regexp>" . anzu-query-replace-regexp)))
;; ---------------------------------- ;; ;; ---------------------------------- ;;