mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Improve documentation of g:table_mode_disable_tableize_mappings
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# VIM Table Mode v4.7.1 [](https://travis-ci.org/dhruvasagar/vim-table-mode)
|
# VIM Table Mode v4.7.1.1 [](https://travis-ci.org/dhruvasagar/vim-table-mode)
|
||||||
|
|
||||||
An awesome automatic table creator & formatter allowing one to create neat
|
An awesome automatic table creator & formatter allowing one to create neat
|
||||||
tables as you type.
|
tables as you type.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
*table-mode.txt* Table Mode for easy table formatting
|
*table-mode.txt* Table Mode for easy table formatting
|
||||||
===============================================================================
|
===============================================================================
|
||||||
Table Mode, THE AWESOME AUTOMATIC TABLE CREATOR & FORMATTER
|
Table Mode, THE AWESOME AUTOMATIC TABLE CREATOR & FORMATTER
|
||||||
VERSION 4.7.1
|
VERSION 4.7.1.1
|
||||||
|
|
||||||
Author: Dhruva Sagar <http://dhruvasagar.com/>
|
Author: Dhruva Sagar <http://dhruvasagar.com/>
|
||||||
License: MIT <http://opensource.org/licenses/MIT/>
|
License: MIT <http://opensource.org/licenses/MIT/>
|
||||||
@@ -356,7 +356,9 @@ g:table_mode_update_time *table-mode-update-time*
|
|||||||
<
|
<
|
||||||
|
|
||||||
g:table_mode_disable_tableize_mappings *table-mode-disable-tableize-mappings*
|
g:table_mode_disable_tableize_mappings *table-mode-disable-tableize-mappings*
|
||||||
Disables mappings for tableize
|
Disables mappings for tableize. >
|
||||||
|
let g:table_mode_disable_tableize_mappings = 0
|
||||||
|
<
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
MAPPINGS *table-mode-mappings*
|
MAPPINGS *table-mode-mappings*
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ nnoremap <silent> <Plug>(table-mode-echo-cell) :call <SID>TableEchoCell()<CR>
|
|||||||
|
|
||||||
nnoremap <silent> <Plug>(table-mode-sort) :call tablemode#spreadsheet#Sort('')<CR>
|
nnoremap <silent> <Plug>(table-mode-sort) :call tablemode#spreadsheet#Sort('')<CR>
|
||||||
|
|
||||||
if !g:table_mode_disable_tableize_mappings
|
if !g:table_mode_disable_tableize_mappings
|
||||||
if !hasmapto('<Plug>(table-mode-tableize)')
|
if !hasmapto('<Plug>(table-mode-tableize)')
|
||||||
exec "nmap" g:table_mode_tableize_map "<Plug>(table-mode-tableize)"
|
exec "nmap" g:table_mode_tableize_map "<Plug>(table-mode-tableize)"
|
||||||
exec "xmap" g:table_mode_tableize_map "<Plug>(table-mode-tableize)"
|
exec "xmap" g:table_mode_tableize_map "<Plug>(table-mode-tableize)"
|
||||||
|
|||||||
Reference in New Issue
Block a user