One-minute guide

This commit is contained in:
Junegunn Choi
2013-12-03 02:25:40 +09:00
parent 353ae9b071
commit 9716fb3917

View File

@@ -62,7 +62,15 @@ vmap <Enter> <Plug>(EasyAlign)
nmap <leader>a <Plug>(EasyAlign)
```
And for the following paragraph, try
And with the following lines of text,
```
apple = red
grass=green
sky=blue
```
try these commands:
- `vip<Enter>=`
- `v`isual-select `i`nner `p`aragraph
@@ -72,12 +80,6 @@ And for the following paragraph, try
- Start EasyAlign command (`<Leader>a`) for `i`nner `p`aragraph
- Align around `=`
```
apple = red
grass=green
sky=blue
```
Usage
-----