Updated documentation

This commit is contained in:
Dhruva Sagar
2013-05-01 02:30:24 +05:30
parent 241d0ccba0
commit 599a39c28d
3 changed files with 12 additions and 2 deletions

View File

@@ -154,7 +154,9 @@ g:table_mode_motion_prefix *table-mode-motion-prefix*
You can move to the next / previous row / column using the motion
commands. The motions 'hjkl' follow the prefix are in accordance to
standard vim character motions to make them easier to remember. They
may also be preceeded with a [count].
may also be preceeded with a [count]. The 'h', 'l' (left and right
motions) wrap around the table row and move to the previous rows last
column, next rows first column respectively if one exists.
===============================================================================
MAPPINGS *table-mode-mappings*