Update README.md

This commit is contained in:
Dhruva Sagar
2014-04-07 16:17:27 +05:30
parent a0207b7895
commit aa5b5ef526

View File

@@ -73,8 +73,8 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m
- **Move between cells** : - **Move between cells** :
Now you can move between cells using table mode motions <kbd>[|</kbd>, Now you can move between cells using table mode motions <kbd>[|</kbd>,
<kbd>]|</kbd>, <kbd>{|</kbd> & <kbd>}|</kbd> to move left | down | up | <kbd>]|</kbd>, <kbd>{|</kbd> & <kbd>}|</kbd> to move left | right | up |
right cells respectively. The left | right motions wrap around the table down cells respectively. The left | right motions wrap around the table
and move to the next | previous row after the last | first cell in the and move to the next | previous row after the last | first cell in the
current row if one exists. current row if one exists.