mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-09 11:33:47 -05:00
Updated vim doc
Added tag links for all commands
This commit is contained in:
@@ -124,6 +124,7 @@ MAPPINGS *table-mode-mappings*
|
|||||||
===============================================================================
|
===============================================================================
|
||||||
COMMANDS *table-mode-commands*
|
COMMANDS *table-mode-commands*
|
||||||
|
|
||||||
|
*:TableModeToggle*
|
||||||
*table-mode-commands-toggle*
|
*table-mode-commands-toggle*
|
||||||
:TableModeToggle
|
:TableModeToggle
|
||||||
Toggles the table mode. Same effect as |toggle-mode-mappings-toggle|.
|
Toggles the table mode. Same effect as |toggle-mode-mappings-toggle|.
|
||||||
@@ -131,6 +132,7 @@ COMMANDS *table-mode-commands*
|
|||||||
NOTE this is applicable only if |table-mode-options-always-active| is
|
NOTE this is applicable only if |table-mode-options-always-active| is
|
||||||
not set.
|
not set.
|
||||||
|
|
||||||
|
*:TableModeEnable*
|
||||||
*table-mode-commands-enable*
|
*table-mode-commands-enable*
|
||||||
:TableModeEnable
|
:TableModeEnable
|
||||||
Enables Table Mode.
|
Enables Table Mode.
|
||||||
@@ -138,6 +140,7 @@ COMMANDS *table-mode-commands*
|
|||||||
NOTE this is applicable only if |table-mode-options-always-active| is
|
NOTE this is applicable only if |table-mode-options-always-active| is
|
||||||
not set.
|
not set.
|
||||||
|
|
||||||
|
*:TableModeDisable*
|
||||||
*table-mode-commands-disable*
|
*table-mode-commands-disable*
|
||||||
:TableModeDisable
|
:TableModeDisable
|
||||||
Disables Table Mode.
|
Disables Table Mode.
|
||||||
@@ -145,6 +148,7 @@ COMMANDS *table-mode-commands*
|
|||||||
NOTE this is applicable only if |table-mode-options-always-active| is
|
NOTE this is applicable only if |table-mode-options-always-active| is
|
||||||
not set.
|
not set.
|
||||||
|
|
||||||
|
*:Tableize*
|
||||||
:Tableize *table-mode-commands-tableize*
|
:Tableize *table-mode-commands-tableize*
|
||||||
This converts the current line into a table if it consists of
|
This converts the current line into a table if it consists of
|
||||||
|table-mode-options-delimiter|. This accepts a range, without which it
|
|table-mode-options-delimiter|. This accepts a range, without which it
|
||||||
|
|||||||
4
doc/tags
4
doc/tags
@@ -1,3 +1,7 @@
|
|||||||
|
:TableModeDisable table-mode.txt /*:TableModeDisable*
|
||||||
|
:TableModeEnable table-mode.txt /*:TableModeEnable*
|
||||||
|
:TableModeToggle table-mode.txt /*:TableModeToggle*
|
||||||
|
:Tableize table-mode.txt /*:Tableize*
|
||||||
table-mode-commands table-mode.txt /*table-mode-commands*
|
table-mode-commands table-mode.txt /*table-mode-commands*
|
||||||
table-mode-commands-disable table-mode.txt /*table-mode-commands-disable*
|
table-mode-commands-disable table-mode.txt /*table-mode-commands-disable*
|
||||||
table-mode-commands-enable table-mode.txt /*table-mode-commands-enable*
|
table-mode-commands-enable table-mode.txt /*table-mode-commands-enable*
|
||||||
|
|||||||
Reference in New Issue
Block a user