Skip to content

Instantly share code, notes, and snippets.

@brandonpittman
Created July 1, 2014 05:30
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 brandonpittman/de28b16c6832c688d4bf to your computer and use it in GitHub Desktop.
Save brandonpittman/de28b16c6832c688d4bf to your computer and use it in GitHub Desktop.
Titlecase a line in Vim
" Titlecase a line
nmap <Leader>U mm:s/\v<(\w)/\U\1/g<CR><CR>`m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment