mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-11 11:23:49 -05:00
fix typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user