From 4732f10155997a098f95dd37238d9c9f9987fb0b Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 9 Oct 2015 18:42:19 +0900 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83510c3..1ef74b5 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ which is identified by a single character, such as ``, `=`, `:`, `.`, - `2=` Around the 2nd occurrences - `*=` Around all occurrences - `**=` Left/Right alternating alignment around all occurrences -- `` Toggling left/right/center alignment mode +- `` Switching between left/right/center alignment modes #### `` @@ -87,9 +87,10 @@ which is identified by a single character, such as ``, `=`, `:`, `.`, ![](https://raw.githubusercontent.com/junegunn/i/master/easy-align/regex.gif) -You can use an arbitrary regular expression instead -- by pressing `` in interactive mode -- or using `:EasyAlign /REGEX/` command +You can use an arbitrary regular expression by +- pressing `` in interactive mode +- or using `:EasyAlign /REGEX/` command in visual mode or in normal mode with + a range (e.g. `:%`) ### Different ways to start