1
2
3
4
$ column -t -s "," hogehoge.csv  | vim -

// 明示的に折り返しOFF指定
$ column -t -s "," hogehoge.csv | vim -c "set nowrap" -