mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Improve documentation. Fix #183
Update the vim help documentation to match the correct mappings & behavior
This commit is contained in:
@@ -53,11 +53,10 @@ Tableize content:
|
||||
|
||||
Move between cells :
|
||||
Now you can move between cells using table mode motions
|
||||
'<Leader>t[hjkl]' to move left | down | up | right cells respectively.
|
||||
You can use |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.
|
||||
'[|, ]|, {|, }|' to move left | down | up | right 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.
|
||||
|
||||
Manipulation of tables:
|
||||
Tableize provides 3 easy ways to quickly manipulate tables.
|
||||
|
||||
Reference in New Issue
Block a user