Skip to content

Instantly share code, notes, and snippets.

@reubenmoes
Created July 8, 2015 14:51
Show Gist options
  • Save reubenmoes/1cdb425c344ca46d4aa4 to your computer and use it in GitHub Desktop.
Save reubenmoes/1cdb425c344ca46d4aa4 to your computer and use it in GitHub Desktop.
Search replace for vim to conver to camel case
:1,$s/_\([a-z]\)/\u\1/gic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment