mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Added command TableModeRealign
This commit is contained in:
@@ -78,8 +78,8 @@ endif
|
|||||||
" }}}2
|
" }}}2
|
||||||
|
|
||||||
command! -nargs=? -range Tableize <line1>,<line2>call tablemode#TableizeRange(<q-args>)
|
command! -nargs=? -range Tableize <line1>,<line2>call tablemode#TableizeRange(<q-args>)
|
||||||
|
|
||||||
command! TableAddFormula call tablemode#AddFormula()
|
command! TableAddFormula call tablemode#AddFormula()
|
||||||
|
command! TableModeRealign call tablemode#TableRealign()
|
||||||
command! TableEvalFormulaLine call tablemode#EvaluateFormulaLine()
|
command! TableEvalFormulaLine call tablemode#EvaluateFormulaLine()
|
||||||
|
|
||||||
nnoremap <silent> <Plug>(table-mode-tableize) :Tableize<CR>
|
nnoremap <silent> <Plug>(table-mode-tableize) :Tableize<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user