update doc

This commit is contained in:
Junegunn Choi
2013-05-14 00:48:21 +09:00
parent 8dd2daaa9e
commit 3ab67e2870
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ Alignment rules for the following delimiters have been defined to meet the most
| `:` | Suitable for formatting JSON or YAML |
| `.` | Multi-line method chaining |
| `,` | Multi-line method arguments |
| `}` | Closing braces (use it with with a negative field number) |
| `}` | Closing braces (Try using it with a negative field number) |
| | | Table markdown |
### Example command sequences

View File

@@ -34,6 +34,7 @@ With this mapping, you can align selected lines with a few keystrokes.
: Suitable for formatting JSON or YAML
. Multi-line method chaining
, Multi-line method arguments. CSV.
} Closing braces (Try using it with a negative field number)
| Table markdown
During the key sequence, <Enter> key will toggle right-justification mode.
@@ -65,7 +66,6 @@ In blockwise-visual mode (`CTRL-V`), EasyAlign command aligns only
the selected parts, instead of the whole lines in the range.
Defining custom alignment rules *g:easy_align_delimiters*
-------------------------------------------------------------------------