mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-11 03:13:48 -05:00
Update help file
This commit is contained in:
@@ -95,8 +95,8 @@ described in the following sections.
|
|||||||
| CTRL-U | ignore_unmatched | 0, 1 |
|
| CTRL-U | ignore_unmatched | 0, 1 |
|
||||||
| CTRL-G | ignore_groups | [], [String], [Comment], [String, Comment] |
|
| CTRL-G | ignore_groups | [], [String], [Comment], [String, Comment] |
|
||||||
| CTRL-O | mode_sequence | Input string of /[lrc]+\*{0,2}/ |
|
| CTRL-O | mode_sequence | Input string of /[lrc]+\*{0,2}/ |
|
||||||
| <Left> | stick_to_left | Set stick_to_left and set left_margin to 0 |
|
| <Left> | stick_to_left | { 'stick_to_left': 1, 'left_margin': 0 } |
|
||||||
| <Right> | stick_to_left | Unset stick_to_left and set left_margin to 1 |
|
| <Right> | stick_to_left | { 'stick_to_left': 0, 'left_margin': 1 } |
|
||||||
|
|
||||||
|
|
||||||
Non-interactive mode
|
Non-interactive mode
|
||||||
@@ -190,10 +190,10 @@ There are 4 ways to set alignment options (from lowest precedence to highest):
|
|||||||
| left_margin | CTRL-L | |
|
| left_margin | CTRL-L | |
|
||||||
| right_margin | CTRL-R | |
|
| right_margin | CTRL-R | |
|
||||||
| stick_to_left | <Left>, <Right> | |
|
| stick_to_left | <Left>, <Right> | |
|
||||||
| ignore_groups | CTRL-G | `g:easy_align_ignore_groups` |
|
| ignore_groups | CTRL-G | `g:easy_align_ignore_groups` |
|
||||||
| ignore_unmatched | CTRL-U | `g:easy_align_ignore_unmatched` |
|
| ignore_unmatched | CTRL-U | `g:easy_align_ignore_unmatched` |
|
||||||
| indentation | CTRL-I | `g:easy_align_indentation` |
|
| indentation | CTRL-I | `g:easy_align_indentation` |
|
||||||
| delimiter_align | CTRL-D | `g:easy_align_delimiter_align` |
|
| delimiter_align | CTRL-D | `g:easy_align_delimiter_align` |
|
||||||
| mode_sequence | CTRL-O | |
|
| mode_sequence | CTRL-O | |
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user