Skip to content

Instantly share code, notes, and snippets.

@DanaCase
Created July 1, 2023 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanaCase/0944acb33e5882c26d377ab6964cad6d to your computer and use it in GitHub Desktop.
Save DanaCase/0944acb33e5882c26d377ab6964cad6d to your computer and use it in GitHub Desktop.
Helpful vim commands
# Wrap all columns in a csv with quotes
%s/\([^,]*\)\(,\|$\)/"\1"\2/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment