From aa5b5ef52684da020b8cded3a21ec13eacab6eb0 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Mon, 7 Apr 2014 16:17:27 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27941b6..fe80bd0 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m - **Move between cells** : Now you can move between cells using table mode motions [|, - ]|, {| & }| to move left | down | up | - right cells respectively. The left | right motions wrap around the table + ]|, {| & }| to move left | right | up | + down cells respectively. The left | right motions wrap around the table and move to the next | previous row after the last | first cell in the current row if one exists.