mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03: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*
|
||||
|
||||
*:TableModeToggle*
|
||||
*table-mode-commands-toggle*
|
||||
:TableModeToggle
|
||||
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
|
||||
not set.
|
||||
|
||||
*:TableModeEnable*
|
||||
*table-mode-commands-enable*
|
||||
:TableModeEnable
|
||||
Enables Table Mode.
|
||||
@@ -138,6 +140,7 @@ COMMANDS *table-mode-commands*
|
||||
NOTE this is applicable only if |table-mode-options-always-active| is
|
||||
not set.
|
||||
|
||||
*:TableModeDisable*
|
||||
*table-mode-commands-disable*
|
||||
:TableModeDisable
|
||||
Disables Table Mode.
|
||||
@@ -145,6 +148,7 @@ COMMANDS *table-mode-commands*
|
||||
NOTE this is applicable only if |table-mode-options-always-active| is
|
||||
not set.
|
||||
|
||||
*:Tableize*
|
||||
:Tableize *table-mode-commands-tableize*
|
||||
This converts the current line into a table if it consists of
|
||||
|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-disable table-mode.txt /*table-mode-commands-disable*
|
||||
table-mode-commands-enable table-mode.txt /*table-mode-commands-enable*
|
||||
|
||||
Reference in New Issue
Block a user