table_mode_separator
in insert mode C-k 4! --> ┊ let g:table_mode_separator = '┊' E121: Undefined variable: separator_map E15: Invalid expression: separator_map . '<Esc>:call tablemode#TableizeInsertMode()<CR>a'
How would you type that character ? The separator is also used to bind they key for table creation.
in insert mode C-k 4! --> ┊
wouldn't it be very awkward to type ? Table Mode uses the separator as a mapping in insert mode to add columns / rows / borders. Or would you instead use the separator as that but still use | for mapping ?
I make programming notes in vim. And many notes have table: http://postimg.org/image/do34bu61j/
imho, the only way to do this - used separator not from writable symbols
Actually that is a known problem / issue. I still haven't found a very good solution to it yet. I am working on it. You're suggestion is worth considering. Thanks. I will notify via this issue once I have resolved it.
If use separator not from writable symbols, It would be good to make a hotkey to call the separator
I agree that while | is very convenient for initial use, I also use this plugin to document grammars and the vertical bar is the canonical symbol for or in many programming languages. Would like an unprintable binding if possible.