summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarko Bencun <mbencun@gmail.com>2013-04-07 12:19:10 +0200
committerMarko Bencun <mbencun@gmail.com>2013-04-07 12:19:10 +0200
commita3e22dc6f28a6c9f959114f46ea20ac6b90443f3 (patch)
treef21b2c9d142b621c476547245e7d6d3ed7723c7e /README.md
parentc44a5a0e6ea26c0b102fccec3078757690a5f506 (diff)
docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/README.md b/README.md
index bcc6881..c741549 100644
--- a/README.md
+++ b/README.md
@@ -28,15 +28,7 @@ Add the following code to your init file. Of course you can select your own key
```
To customize, use `M-x customize-group [RET] visual-regexp`.
-## Examples
-
-### Example 1
-![Example 1](https://github.com/benma/visual-regexp.el/raw/master/screenshots/montage1.png)
-### Example 2
-Zero-width matches are indicated by a pipe. When replacing using a Python expression, the counter variable `i` is available.
-![Example 2](https://github.com/benma/visual-regexp.el/raw/master/screenshots/montage2.png)
-### Example 3
-![Example 3](https://github.com/benma/visual-regexp.el/raw/master/screenshots/montage3.png)
-### <a name="example4"/>Example 4
-visual-regexp can be combined with `wdired-change-to-wdired-mode` to rename files directly in a dired buffer, using regular expressions with a live preview:
-![Example 3](https://github.com/benma/visual-regexp.el/raw/master/screenshots/visual-regexp5B.png) \ No newline at end of file
+An interesting application of this is regexp-renaming a bunch of files directly in a dired buffer with live feedback (using `wdired-change-to-wdired-mode`):
+
+![entering regexp](https://github.com/benma/visual-regexp.el/raw/master/screenshots/visual-regexp5A.png)
+![entering replacement](https://github.com/benma/visual-regexp.el/raw/master/screenshots/visual-regexp5B.png) \ No newline at end of file