rtorr/vim-cheat-sheet

Switching Cases

keiohtani opened this issue · 0 comments

Thanks for making and maintaining the cheatsheet. As a beginner to Vim, I found this is very helpful.

I would like to add two commands for switching cases.

gU for switching to the uppercase.
gu for switching to the lowercase.

Thanks.