You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found myself using vim table mode as a replacement for a spreadsheets. Sometimes you have a data value that you want to capture, say a real URL, or some other sometimes very long value but often shorter value.
It would be very cool if the column "visible width" could be defined, and anything beyond that value would be hidden. When your cursor is over that value, you could show the entire long value in the status bar or use pop up layers (not sure of the proper name - Also may be neovim exclusive)
@erwin I think a better approach you might try for this would be to use something like markdown or dotoo (https://github.com/dhruvasagar/vim-dotoo) or vimwiki as your base document which has better support for links and can leverage concealing etc to show short text with the actual url hidden.
I've found myself using vim table mode as a replacement for a spreadsheets. Sometimes you have a data value that you want to capture, say a real URL, or some other sometimes very long value but often shorter value.
It would be very cool if the column "visible width" could be defined, and anything beyond that value would be hidden. When your cursor is over that value, you could show the entire long value in the status bar or use pop up layers (not sure of the proper name - Also may be neovim exclusive)
A bit like the field wrap request
#178
Anyway, it's an awesome and super useful tool you've built. Hope you find it a useful suggestion, but if you don't I completely understand.
The text was updated successfully, but these errors were encountered: