From 8931891845d228ef49fc96eca98b24c1e696974b Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Mon, 20 May 2013 12:49:32 +0530 Subject: [PATCH] Updated README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3235962..063051a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m Now you can move between cells using table mode motions `t[hjkl]` to move left | down | up | right cells respectively. You can use - `g:table_mode_motion_prefix` option to define the prefix mapping to be used + `g:table_mode_map_prefix` option to define the prefix mapping to be used before 'hjkl'. 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. @@ -189,5 +189,4 @@ I must thank Tim Pope for inspiration. The initial concept was created by him named cucumbertables.vim. Also a shout out to godlygeek who developed the incredible Tabular plugin which does most -of the grunt work behind the scenes. +href="http://github.com/godlygeek/tabular">Tabular plugin.