From 003194a47fee82c07ef7af6b973d5e7ee7a38e5c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 18 Sep 2013 16:18:03 +0900 Subject: [PATCH] Update example command sequences --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e57a909..c19baae 100644 --- a/README.md +++ b/README.md @@ -112,21 +112,21 @@ You can override these default rules or define your own rules with #### Example command sequences -| With visual map | Description | Equivalent command | -| ------------------- | -------------------------------------------------------- | --------------------- | -| `` | Alignment around 1st whitespaces | `:'<,'>EasyAlign\ ` | -| `2` | Alignment around 2nd whitespaces | `:'<,'>EasyAlign2\ ` | -| `-` | Alignment around the last whitespaces | `:'<,'>EasyAlign-\ ` | -| `:` | Alignment around 1st colon (`key: value`) | `:'<,'>EasyAlign:` | -| `:` | Alignment around 1st colon (`key : value`) | `:'<,'>EasyAlign:` | -| `=` | Alignment around 1st equals signs (and the likes) | `:'<,'>EasyAlign=` | -| `2=` | Alignment around 2nd equals signs (and the likes) | `:'<,'>EasyAlign2=` | -| `3=` | Alignment around 3rd equals signs (and the likes) | `:'<,'>EasyAlign3=` | -| `*=` | Alignment around all equals signs (and the likes) | `:'<,'>EasyAlign*=` | -| `**=` | Left-right alternating alignment around all equals signs | `:'<,'>EasyAlign**=` | -| `=` | Right alignment around 1st equals signs | `:'<,'>EasyAlign!=` | -| `**=` | Right-left alternating alignment around all equals signs | `:'<,'>EasyAlign!**=` | -| ... | ... | | +| With visual map | Description | Equivalent command | +| ------------------- | ------------------------------------------------------- | ------------------------------- | +| `` | Alignment around 1st whitespaces | `:'<,'>EasyAlign\ ` | +| `2` | Alignment around 2nd whitespaces | `:'<,'>EasyAlign2\ ` | +| `-` | Alignment around the last whitespaces | `:'<,'>EasyAlign-\ ` | +| `-2` | Alignment around the 2nd to last whitespaces | `:'<,'>EasyAlign-2\ ` | +| `:` | Alignment around 1st colon (`key: value`) | `:'<,'>EasyAlign:` | +| `:` | Alignment around 1st colon (`key : value`) | `:'<,'>EasyAlign:{'s':0,'l':1}` | +| `=` | Alignment around 1st operators with = | `:'<,'>EasyAlign=` | +| `2=` | Alignment around 2nd operators with = | `:'<,'>EasyAlign2=` | +| `3=` | Alignment around 3rd operators with = | `:'<,'>EasyAlign3=` | +| `*=` | Alignment around all operators with = | `:'<,'>EasyAlign*=` | +| `**=` | Left-right alternating alignment around all = operators | `:'<,'>EasyAlign**=` | +| `=` | Right alignment around 1st equals signs | `:'<,'>EasyAlign!=` | +| `**=` | Right-left alternating alignment around all = operators | `:'<,'>EasyAlign!**=` | #### Using regular expressions