Comment on Caps Lock Key Has No Place on a Modern KeyboardparentComments−tmalloy13yIf you're using vi you can do something like this:nnoremap <c-u> viwUTo use it just type the word in lowercase, hover your cursor over any letter in the word, and press Ctrl-U to highlight it.
Comments
If you're using vi you can do something like this:
nnoremap <c-u> viwU
To use it just type the word in lowercase, hover your cursor over any letter in the word, and press Ctrl-U to highlight it.