Replies: 2 comments 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
No problems - I just found that your existing markdown tables appear like this... , and my other markdown viewer expected the spaces as shown in the earlier message. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running Vim 9.1.1336 on NixOS with vim-table-mode v4.8.1.
In working through the intro on 'https://github.com/dhruvasagar/vim-table-mode' and the help in Vim ':h table-mode' I have ended up with a little confusion and I am sure the issues are on my side. Any help would be appreciated.
What works for me;
✅ In Normal mode \tm (tm) toggles table-mode on and off.
✅ In Insert mode |a|b|c| will create a table.
✅ In Normal mode, \tt works when I am over a row of CSV data in converting that row to a table. 2\tt will convert the next two rows.
✅ In Normal mode, :Tablize/; works with ';' separated data
✅ In Normal mode, :<line#1>,<line#2>Tableize works to convert csv data on the specified lines.
What doesn't seem to work for me;
❌ In Normal mode, when table-mode is disabled :TableModeRealign appears to work only after exiting Insert mode and only when my cursor is above the table. \tr doesn't appear to work at all.
❌ In Normal mode, \T doesn't seem to work at all - with a pattern or with a [count] - although I suspect [count] is meant to be applied to \tt as that works.
Beta Was this translation helpful? Give feedback.
All reactions