emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/anzu faae95ccd9 237/288: Update document


From: ELPA Syncer
Subject: [nongnu] elpa/anzu faae95ccd9 237/288: Update document
Date: Thu, 6 Jan 2022 03:58:56 -0500 (EST)

branch: elpa/anzu
commit faae95ccd9526a7f76fc5fb71037dc578b7dcad6
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Update document
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index d35b23f095..f2fe3ff13e 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,14 @@ in the function.
 ![anzu-replace-demo](image/anzu-replace-demo-noquery.gif)
 
 
+#### `anzu-isearch-query-replace`
+
+Anzu version of `isearch-query-replace`
+
+#### `anzu-isearch-query-replace-regexp`
+
+Anzu version of `isearch-query-replace-regexp`
+
 ## Customization
 
 #### `anzu-mode-line`
@@ -202,6 +210,9 @@ Separator of `to` string.
  '(anzu-search-threshold 1000)
  '(anzu-replace-threshold 50)
  '(anzu-replace-to-string-separator " => "))
+
+(define-key isearch-mode-map (kbd "M-%") #'anzu-isearch-query-replace)
+(define-key isearch-mode-map (kbd "C-M-%") #'anzu-isearch-query-replace-regexp)
 ```
 
 [melpa-link]: https://melpa.org/#/anzu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]