"Partial" alignment

This commit is contained in:
Junegunn Choi
2013-05-01 15:16:07 +09:00
parent 3f219f184a
commit 5d5976f3c9

View File

@@ -50,7 +50,7 @@ Alignment rules for the following delimiters have been crafted to meet the most
| `<Enter>:` | Alignment around 1st colon | `:'<,'>EasyAlign:` | | `<Enter>:` | Alignment around 1st colon | `:'<,'>EasyAlign:` |
| ... | ... | | | ... | ... | |
### Alignment in blockwise-visual mode ### 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 aligns only the selected portions.
Consider the following case where you want to align `=>` operators. Consider the following case where you want to align `=>` operators.