Comment on Caps Lock Key Has No Place on a Modern KeyboardComments−runn1ng13yUmmm... I don't get it. What is wrong with caps lock?What if I want to type, let's say, some longer name of a constant that are usually IN_ALL_CAPS_AND_WRITTEN_LIKE_THIS?I don't want to hold shift on all these letters. I LIKE CAPS LOCK AND I LIKE IT A LOT.−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
Ummm... I don't get it. What is wrong with caps lock?
What if I want to type, let's say, some longer name of a constant that are usually IN_ALL_CAPS_AND_WRITTEN_LIKE_THIS?
I don't want to hold shift on all these letters. I LIKE CAPS LOCK AND I LIKE IT A LOT.
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.