add use case of negative field number

This commit is contained in:
Junegunn Choi
2013-05-13 02:59:01 +09:00
parent 1e627366e7
commit 9c9a16c759

View File

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