How do you convert all text in vim to lowercase? Is it even possible?
|
|
|||||||||
|
|
I assume you want lowercase the text. Solution is pretty simple:
Explanation:
|
|||||||||||
|
|
Many ways to skin a cat... here's the way I just posted about:
Likewise for upper case:
I prefer this way because I am using this construct ( |
|||
|
|
|
If you are running under a flavor of Unix
|
|||||
|
For examples and more info please read this: http://vim.wikia.com/wiki/Switching_case_of_characters |
|||
|
|