In vim, how do I convert a line of characters to lower case? I know how to do it with the tilde but I wondered if there is a faster way that I can map to a function key in the vimrc file. For example, I have a line like:
char A_DuMb_vARiaBlE;
and I would like to put the cursor on the line and hit a function key so the line reads:
char a_dumb_variable;
Start Free Trial