[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-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
- [nongnu] elpa/anzu b723c16507 172/288: Bump up version and update Changes, (continued)
- [nongnu] elpa/anzu b723c16507 172/288: Bump up version and update Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu db819bfb06 184/288: Merge pull request #47 from syohex/fix-46, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 4d81f2f0cd 192/288: Fix order of conditions in cond, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu f41db6225d 194/288: Bump up version and update Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 07b7802d9d 212/288: Fix literal replace, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu b11642d49c 207/288: Bump up version and update Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 88a7059601 236/288: Implement isearch-query-replace- like commands, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 1eceed7498 196/288: Merge pull request #51 from syohex/highlight-matching-groups, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu dde4d83cfa 235/288: Bump up version and update Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 1ce32470dd 200/288: Merge pull request #54 from syohex/check-from-regexp, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu faae95ccd9 237/288: Update document,
ELPA Syncer <=
- [nongnu] elpa/anzu 008c2659b1 208/288: Use https, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu c05a8ac594 206/288: Merge pull request #57 from syohex/fix-typo, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu de3d805c9a 211/288: Bump up version and update Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 9c821d182c 217/288: Bump up version and update Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu ed5e91b0c4 259/288: Add face at no-match case, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 9574e8140f 247/288: Merge pull request #76 from Fuco1/bugfix/fix-customize-type, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu be16738cb7 250/288: Merge pull request #80 from syohex/replace-with-region, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu d6ffd23cb5 221/288: Fix word replace in region, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 174b940c7e 241/288: Better example as well as #73, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu da766073d4 257/288: Add docstrings for all commands, ELPA Syncer, 2022/01/06