From 3bb40ab6a633070ff228d103e1ee3c05cb33a95f Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 22 Dec 2022 05:39:30 -0500 Subject: [PATCH] Add keybind for anzu-query-replace-at-cursor --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 22cd277..40ca20c 100644 --- a/init.el +++ b/init.el @@ -803,7 +803,8 @@ DOCSTRING is an optional form that is discarded upon expansion." :config (global-anzu-mode) :bind - ((" " . anzu-query-replace) + (("M-s r ." . anzu-query-replace-at-cursor) + (" " . anzu-query-replace) (" " . anzu-query-replace-regexp))) ;; ---------------------------------- ;;