mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-11 03:13:48 -05:00
Update README: Shorthand notation for stick_to_left option
This commit is contained in:
@@ -359,7 +359,7 @@ There are 4 ways to set alignment options (from lowest precedence to highest):
|
|||||||
| `filter` | `CTRL-F` | `[gv]/.*/` | |
|
| `filter` | `CTRL-F` | `[gv]/.*/` | |
|
||||||
| `left_margin` | `CTRL-L` | `l[0-9]+` | |
|
| `left_margin` | `CTRL-L` | `l[0-9]+` | |
|
||||||
| `right_margin` | `CTRL-R` | `r[0-9]+` | |
|
| `right_margin` | `CTRL-R` | `r[0-9]+` | |
|
||||||
| `stick_to_left` | `<Left>`, `<Right>` | `<` or `s[01]` | |
|
| `stick_to_left` | `<Left>`, `<Right>` | `<` or `>` | |
|
||||||
| `ignore_groups` | `CTRL-G` | `ig\[.*\]` | `g:easy_align_ignore_groups` |
|
| `ignore_groups` | `CTRL-G` | `ig\[.*\]` | `g:easy_align_ignore_groups` |
|
||||||
| `ignore_unmatched` | `CTRL-U` | `iu[01]` | `g:easy_align_ignore_unmatched` |
|
| `ignore_unmatched` | `CTRL-U` | `iu[01]` | `g:easy_align_ignore_unmatched` |
|
||||||
| `indentation` | `CTRL-I` | `i[ksdn]` | `g:easy_align_indentation` |
|
| `indentation` | `CTRL-I` | `i[ksdn]` | `g:easy_align_indentation` |
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
easy-align.txt vim-easy-align Last change: July 23 2014
|
easy-align.txt vim-easy-align Last change: August 14 2014
|
||||||
|
|
||||||
VIM-EASY-ALIGN - TABLE OF CONTENTS *easyalign* *easy-align* *easy-align-toc*
|
VIM-EASY-ALIGN - TABLE OF CONTENTS *easyalign* *easy-align* *easy-align-toc*
|
||||||
==============================================================================
|
==============================================================================
|
||||||
@@ -385,7 +385,7 @@ The following table summarizes the shorthand notation.
|
|||||||
`filter` | `[gv]/.*/`
|
`filter` | `[gv]/.*/`
|
||||||
`left_margin` | `l[0-9]+`
|
`left_margin` | `l[0-9]+`
|
||||||
`right_margin` | `r[0-9]+`
|
`right_margin` | `r[0-9]+`
|
||||||
`stick_to_left` | `<` or `>`
|
`stick_to_left` | `<` or `>`
|
||||||
`ignore_unmatched` | `iu[01]`
|
`ignore_unmatched` | `iu[01]`
|
||||||
`ignore_groups` | `ig\[.*\]`
|
`ignore_groups` | `ig\[.*\]`
|
||||||
`align` | `a[lrc*]*`
|
`align` | `a[lrc*]*`
|
||||||
@@ -466,7 +466,7 @@ There are 4 ways to set alignment options (from lowest precedence to highest):
|
|||||||
`filter` | CTRL-F | `[gv]/.*/` |
|
`filter` | CTRL-F | `[gv]/.*/` |
|
||||||
`left_margin` | CTRL-L | `l[0-9]+` |
|
`left_margin` | CTRL-L | `l[0-9]+` |
|
||||||
`right_margin` | CTRL-R | `r[0-9]+` |
|
`right_margin` | CTRL-R | `r[0-9]+` |
|
||||||
`stick_to_left` | <Left> , <Right> | `<` or `s[01]` |
|
`stick_to_left` | <Left> , <Right> | `<` or `>` |
|
||||||
`ignore_groups` | CTRL-G | `ig\[.*\]` | `g:easy_align_ignore_groups`
|
`ignore_groups` | CTRL-G | `ig\[.*\]` | `g:easy_align_ignore_groups`
|
||||||
`ignore_unmatched` | CTRL-U | `iu[01]` | `g:easy_align_ignore_unmatched`
|
`ignore_unmatched` | CTRL-U | `iu[01]` | `g:easy_align_ignore_unmatched`
|
||||||
`indentation` | CTRL-I | `i[ksdn]` | `g:easy_align_indentation`
|
`indentation` | CTRL-I | `i[ksdn]` | `g:easy_align_indentation`
|
||||||
|
|||||||
Reference in New Issue
Block a user