mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-11 03:13:48 -05:00
add use case of negative field number
This commit is contained in:
@@ -99,6 +99,9 @@ my_hash = { :a => 1,
|
|||||||
:aaa => 3 }
|
:aaa => 3 }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
However, in this case, we don't really need blockwise visual mode
|
||||||
|
since the same can be easily done using the negative field number: `<Enter>-=`
|
||||||
|
|
||||||
Defining custom alignment rules
|
Defining custom alignment rules
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user