Created
July 1, 2023 02:14
-
-
Save DanaCase/0944acb33e5882c26d377ab6964cad6d to your computer and use it in GitHub Desktop.
Helpful vim commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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