This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/nvim-old/plug-config/tablemode.vim

10 lines
450 B
VimL

let g:table_mode_corner='|' " Markdown-compatible
let g:table_mode_corner_corner='+' " ReST-compatible
let g:table_mode_header_fillchar='=' " ReST-compatible
let g:table_mode_delete_row_map='<Leader>td'
let g:table_mode_delete_column_map='<Leader>tc'
let g:table_mode_insert_column_after_map='<Leader>ti'
let g:table_mode_insert_column_before_map='<Leader>tk'
let g:table_mode_add_formula_map='<Leader>tf'
let g:table_mode_eval_expr_map='<Leader>te'