branch: elpa/anzu
commit faae95ccd9526a7f76fc5fb71037dc578b7dcad6
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
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-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