Skip to content

Instantly share code, notes, and snippets.

@ryanbraganza
Last active December 10, 2015 20:38
Show Gist options
  • Select an option

  • Save ryanbraganza/4489194 to your computer and use it in GitHub Desktop.

Select an option

Save ryanbraganza/4489194 to your computer and use it in GitHub Desktop.
viewing csv files with vim
# select entire file
# filter through column (separator: s, pretty-print to a table)
ggvG:!column -s, -t
@ryanbraganza

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment