How do you convert all text in Vim to lowercase? Is it even possible?
use ggguG
ggguG
gg: goes to the first line.
gg
gu: change to lowercase.
gu
G: goes to the last line.
G