mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-09 19:43:48 -05:00
Updated README
This commit is contained in:
@@ -148,8 +148,8 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m
|
|||||||
functions as well. Both these functions take a range as input. A range can
|
functions as well. Both these functions take a range as input. A range can
|
||||||
be of two forms :
|
be of two forms :
|
||||||
|
|
||||||
- `n,m`: This represents cells in the current column from row `n`
|
- `r1,r2`: This represents cells in the current column from row `r1`
|
||||||
through `m`. If `m` is negative it represents `m` row above the
|
through `r2`. If `r2` is negative it represents `r2` rows above the
|
||||||
current row (of the target cell).
|
current row (of the target cell).
|
||||||
|
|
||||||
- `r1,c1:r2,c2`: This represents cells in the table from cell r1,c1
|
- `r1,c1:r2,c2`: This represents cells in the table from cell r1,c1
|
||||||
|
|||||||
Reference in New Issue
Block a user