mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-11 19:33:50 -05:00
Shorthand notation for ignore_groups/ignore_unmatched
e.g. ig['String']iu0
This commit is contained in:
11
README.md
11
README.md
@@ -242,18 +242,15 @@ Supported shorthand notations are listed below.
|
||||
|
||||
| Expression | Option |
|
||||
| ---------- | ---------------- |
|
||||
| `l[0-9]` | left_margin |
|
||||
| `r[0-9]` | right_margin |
|
||||
| `l[0-9]+` | left_margin |
|
||||
| `r[0-9]+` | right_margin |
|
||||
| `s[01]` | stick_to_left |
|
||||
| `u[01]` | ignore_unmatched |
|
||||
| `iu[01]` | ignore_unmatched |
|
||||
| `ig\[.*\]` | ignore_groups |
|
||||
| `d[lrc]` | delimiter_align |
|
||||
| `m[lrc*]*` | mode_sequence |
|
||||
| `i[ksdn]` | indentation |
|
||||
|
||||
Notice that some option values cannot be expressed in shorthand notation.
|
||||
|
||||
- `:EasyAlign*/[:;]\+/s1l0 {'ig': []}`
|
||||
|
||||
### Partial alignment in blockwise-visual mode
|
||||
|
||||
In blockwise-visual mode (`CTRL-V`), EasyAlign command aligns only the selected
|
||||
|
||||
Reference in New Issue
Block a user