Skip to content

Instantly share code, notes, and snippets.

@gabrielbidula
Created July 24, 2019 08:27
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 gabrielbidula/ea520f76a879338bd1f9ee8db3425f4c to your computer and use it in GitHub Desktop.
Save gabrielbidula/ea520f76a879338bd1f9ee8db3425f4c to your computer and use it in GitHub Desktop.
Vim utils
%s/\(\w\)\(\w*\)/\U\1\L\2/g #capitalize words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment