mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-08 18:03:49 -05:00
Update README
This commit is contained in:
@@ -64,7 +64,7 @@ which is identified by a single character, such as `<Space>`, `=`, `:`, `.`,
|
|||||||
- `2=` Around the 2nd occurrences
|
- `2=` Around the 2nd occurrences
|
||||||
- `*=` Around all occurrences
|
- `*=` Around all occurrences
|
||||||
- `**=` Left/Right alternating alignment around all occurrences
|
- `**=` Left/Right alternating alignment around all occurrences
|
||||||
- `<Enter>` Toggling left/right/center alignment mode
|
- `<Enter>` Switching between left/right/center alignment modes
|
||||||
|
|
||||||
#### `<Space>`
|
#### `<Space>`
|
||||||
|
|
||||||
@@ -87,9 +87,10 @@ which is identified by a single character, such as `<Space>`, `=`, `:`, `.`,
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
You can use an arbitrary regular expression instead
|
You can use an arbitrary regular expression by
|
||||||
- by pressing `<Ctrl-X>` in interactive mode
|
- pressing `<Ctrl-X>` in interactive mode
|
||||||
- or using `:EasyAlign /REGEX/` command
|
- or using `:EasyAlign /REGEX/` command in visual mode or in normal mode with
|
||||||
|
a range (e.g. `:%`)
|
||||||
|
|
||||||
### Different ways to start
|
### Different ways to start
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user