I have the following text
HELLO TO STACKOVERFLOW
WELCOME TO STACKOVERFLOW
I want the text to be like this
heLLO TO STACKOVERFLOW
weLCOME TO STACKOVERFLOW
|
I have the following text
I want the text to be like this
| |||
|
feedback
|
|
Highlight a visual block for the first two colums with CTRL-V
Enter
| |||||||||
feedback
|
|
While @Jin provided a good answer for interactive use, here's a way to do it in scripting: to run to every line of the buffer:
or you can specify a line range where to apply the command. This will apply for lines 4 and 5:
| |||||
feedback
|
|
In normal mode:
For changing to uppercase change | ||||
|
feedback
|
|
In addition to answers given by @Benoit, @Jin and @progo:
see | |||
|
feedback
|
|
You can use the substitution
that takes advantage of the | |||
|
feedback
|