Skip to content
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

View CSV columns in separate vim buffers in vertical splits #22

Open
mechatroner opened this issue Feb 6, 2021 · 0 comments
Open

View CSV columns in separate vim buffers in vertical splits #22

mechatroner opened this issue Feb 6, 2021 · 0 comments

Comments

@mechatroner
Copy link
Owner

mechatroner commented Feb 6, 2021

This would be especially useful for multiline CSV fields.
This also could be useful for very long (oversized) textual fields even if they don't have newlines in them - in a separate buffer they can be line-wrapped by Vim - in this case, one record would correspond to multiple screen lines.
The following commands would be also required:

  • Extract current column into a separate vertical split buffer - will create at most two new buffers: to the left and to the right from the current column.
  • Show current logical row (record number)
  • Sync rows (in all vertical csv buffers jump to the physical lines that correspond to the logical row in the current split buffer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant