add docs for table sorting command and mapping

----
Related Issues: #38
This commit is contained in:
Ryan Carney
2015-11-11 21:30:04 -08:00
parent 50b3b01a33
commit 6872024827

View File

@@ -349,6 +349,10 @@ MAPPINGS *table-mode-mappings*
would evaluate the formula line and update the table
accordingly. This invokes the |TableEvalFormulaLine| command.
*table-mode-mappings-sort-column*
<Leader>ts Sort a column under the cursor. This invokes *TableSort*
|| Expands to a header border. You can change this by changing
|table-mode-separator| option. You can change the character to
be used for te extreme corners of the border by changing
@@ -416,6 +420,14 @@ COMMANDS *table-mode-commands*
This command when invoked from anywhere within the table or directly
on the formula line evaluates it and updates the table accordingly.
*:TableSort*
*table-mode-:TableSort*
:TableSort[!] [i][u][r][n][x][o]
This command sorts column under the cursor and inherits the same flags
as the *:sort* command.
With [!] the order is reversed.
===============================================================================
CONTRIBUTING *table-mode-contributing*