Search code examples
vimpluginscsv

how to work with csv files in vim


I want csv file to be opened in vim in the same way it opens in microsoft office . Data should be in column format and commas should not be seen and its should be traversed easily. Is it possible in vim with help of any plug-ins?


Solution

  • You probably want to look at sc as an alternative.. Have a look at this linux journal page