CSV has no native header concept but most real-world files have one. Ideas:
:set header command and/or a config key
- auto-detect (row 0 all-strings while columns below are numeric)
- frozen while scrolling, excluded from sorts/fills
Worth deciding the story before more features assume rows are homogeneous.
CSV has no native header concept but most real-world files have one. Ideas:
:set headercommand and/or a config keyWorth deciding the story before more features assume rows are homogeneous.