Last Updated: February 25, 2016
·
323
· zillou

Key mapping for upcase words in Vim insert model

With this mapping

:imap <c-u> <esc>viwUA

you can upcase your last input word to UPPERCASE with Ctrol + u. It quite helpful when coding a content name.