Vim Uppercase & Lowercase
August 29th, 2007I have been using vim for a couple years and every week it seems I learn some new feature or trick you can do. Recently I learned how to convert a selection to either all uppercase or all lowercase letters.
Convert a visual selection to all uppercase letters.
:gU
Convert to lowercase letters
:gu







April 14th, 2008 at 7:01 am
Hi,
Just noticed this. Thanks for the tip, but the command doesn’t have a : prefix. Just use it as directed but without :