DEV Community

Ajeeb.K.P
Ajeeb.K.P

Posted on

2 2

Vim - changing lowercase to uppercase

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)

Collapse
 
scriptmunkee profile image
Ken Simeon

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

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay