Vim Lowercase
28 Aug 2012Was trying to copy a chuck of text in Vim when I accidentally pressed u instead of y.
u in visual mode lowercases the selected text - I had no idea.
Text selected in visual mode:

After pressing u

File this one under, more Vim commands found out by randomly mashing the keyboard