Ajeeb.K.P Posted on Mar 24, 2020 Vim - changing lowercase to uppercase #vim The Trick Select a region, ie. visual block. Type v, then use navigation to select a block. gu to make it lower. gU to make it upper. Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Ken Simeon Ken Simeon Ken Simeon Follow Developing software solutions for too many years. The majority of my time has been either Managing Software Development efforts or as a Software Quality Engineer. Location Brooklyn, NY Education University of San Diego - BA in Psychology Pronouns he/him Work Director of Quality Engineering Joined Jul 4, 2019 • Mar 24 '20 Dropdown menu Copy link Hide You can also change 1 character at a time by using Shift+~ over the letter the curser is currently highlighting. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
You can also change 1 character at a time by using Shift+~ over the letter the curser is currently highlighting.