updates doc

This commit is contained in:
Junegunn Choi
2013-05-01 23:43:37 +09:00
parent dd71c3128c
commit 21ecf9f525
2 changed files with 10 additions and 1 deletions

View File

@@ -52,7 +52,9 @@ Alignment rules for the following delimiters have been crafted to meet the most
### Partial alignment in blockwise-visual mode
In blockwise-visual mode (`CTRL-V`), EasyAlign aligns only the selected portions.
In blockwise-visual mode (`CTRL-V`), EasyAlign command aligns only the selected
parts, instead of the whole lines in the range.
Consider the following case where you want to align text around `=>` operators.
```ruby

View File

@@ -49,6 +49,13 @@ Examples:
<Enter>: Alignment around 1st colon
Partial alignment in blockwise-visual mode
-------------------------------------------------------------------------
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
-------------------------------------------------------------------------