Update README: Shorthand notation for stick_to_left option

This commit is contained in:
Junegunn Choi
2014-08-14 14:14:22 +09:00
parent eee4735770
commit ec15731bc9
2 changed files with 4 additions and 4 deletions

View File

@@ -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` |

View File

@@ -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*
============================================================================== ==============================================================================
@@ -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`