mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-09 11:33: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 :
|
Move between cells :
|
||||||
Now you can move between cells using table mode motions
|
Now you can move between cells using table mode motions
|
||||||
'<Leader>t[hjkl]' to move left | down | up | right cells respectively.
|
'[|, ]|, {|, }|' to move left | down | up | right cells respectively.
|
||||||
You can use |table-mode-map-prefix| option to define the prefix
|
The left | right motions wrap around the table and move to the next
|
||||||
mapping to be used before 'hjkl'. The left | right motions wrap around
|
| previous row after the last | first cell in the current row if one
|
||||||
the table and move to the next | previous row after the last | first
|
exists.
|
||||||
cell in the current row if one exists.
|
|
||||||
|
|
||||||
Manipulation of tables:
|
Manipulation of tables:
|
||||||
Tableize provides 3 easy ways to quickly manipulate tables.
|
Tableize provides 3 easy ways to quickly manipulate tables.
|
||||||
|
|||||||
Reference in New Issue
Block a user