From b157370da92969607888e362ed6813cd86cca228 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 26 Feb 2016 18:52:59 -0500 Subject: [PATCH] Fix README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc517807a..bb0c040f1 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,9 @@ To get a picture of what's in here, check out: do this (`:align` will also highlight matches). * **A multiple cursor implementation using iedit**: I could never get [evil-mc] working, and [multiple-cursors] doesn't play nice with evil-mode, so I wrote [evil-multiedit]. - **evil-multiedit**. To use it, hop into visual mode, select a region and press - S-r (shift-R). Your edits will apply to all highlighted regions. To limit - iedit's scope: while in iedit mode go into visual, select a range and press - SPC. + To use it, hop into visual mode, select a region and press S-r (shift-R). + Your edits will apply to all highlighted regions. To limit iedit's scope: while in + iedit mode go into visual, select a range and press SPC. * **Rudimentary support for extra =expand(...) symbols in evil-ex**: this includes `%:[pdert]`, which can be used with ex commands like `:e`, `:w`, or in the expression register. This *could* be truer to vim, but I haven't gotten around to it.