Skip to content

Instantly share code, notes, and snippets.

@manishrjain
Created October 30, 2015 04:22
Show Gist options
  • Save manishrjain/20c7ca4353f47ed3b7ea to your computer and use it in GitHub Desktop.
Save manishrjain/20c7ca4353f47ed3b7ea to your computer and use it in GitHub Desktop.

To make the first character of an object uppercase.

:%s/l\.\(\w\)/l\.\U\1/gc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment