This commit is contained in:
Junegunn Choi
2013-05-06 20:41:49 +09:00
parent a356258b70
commit a24b5c7d2e

View File

@@ -21,7 +21,7 @@ vnoremap <silent> <Enter> :EasyAlign<cr>
With the mapping, you can align selected lines with a few keystrokes. With the mapping, you can align selected lines with a few keystrokes.
1. `<Enter>` key to start interactive EasyAlign command 1. `<Enter>` key to start interactive EasyAlign command
1. Optional Enter keys to toggle right justification mode 1. Optional Enter keys to toggle right-justification mode
1. Optional field number (default: 1) 1. Optional field number (default: 1)
- `1` Alignment around 1st delimiter - `1` Alignment around 1st delimiter
- `2` Alignment around 2nd delimiter - `2` Alignment around 2nd delimiter