-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table_mode_separator #77
Comments
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 |
I make programming notes in vim. And many notes have table: 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 |
in insert mode C-k 4! --> ┊
let g:table_mode_separator = '┊'
E121: Undefined variable: separator_map
E15: Invalid expression: separator_map . ':call tablemode#TableizeInsertMode()a'
The text was updated successfully, but these errors were encountered: