From 9c9a16c7591bdd36d7ae2fab1e288daacbac6982 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 13 May 2013 02:59:01 +0900 Subject: [PATCH] add use case of negative field number --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8404237..98cfcc1 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,9 @@ my_hash = { :a => 1, :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: `-=` + Defining custom alignment rules -------------------------------