FollieHiyuki-dotfiles/home/.config/nvim/plug-config/tablemode.vim

10 lines
450 B
VimL
Raw Normal View History

2021-02-13 11:28:59 -05:00
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'