Add keybind for anzu-query-replace-at-cursor
This commit is contained in:
parent
c1061c356f
commit
3bb40ab6a6
3
init.el
3
init.el
@ -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)))
|
||||||
|
|
||||||
;; ---------------------------------- ;;
|
;; ---------------------------------- ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user