Vim - changing lowercase to uppercase
Ajeeb.K.P

Ajeeb.K.P @ajeebkp23

About: Muslim, Husband, Programmer, Indian/Kerala. Speaks English, Malayalam. Always curious about technology, computing etc.

Joined:
Mar 7, 2020

Vim - changing lowercase to uppercase

Publish Date: Mar 24 '20
7 1

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.

Comments 1 total

  • Ken Simeon
    Ken SimeonMar 24, 2020

    You can also change 1 character at a time by using Shift+~ over the letter the curser is currently highlighting.

Add comment