Skip to content

Instantly share code, notes, and snippets.

@clindsey
Last active December 10, 2015 05:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save clindsey/4390408 to your computer and use it in GitHub Desktop.
Save clindsey/4390408 to your computer and use it in GitHub Desktop.
vim underscore to camelcase
:s#_\(\l\)#\u\1#g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment