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.