Hacker News new | ask | show | jobs
by retbull 3911 days ago
Isn't there a to caps functionality for a lot of ides and editors?
1 comments

And in shells. Alt-u uppercases the word following the cursor with vanilla bash+readline everywhere I've tried. So the sequence would be to type "server_retry_timeout", Ctrl-a to jump to beginning of line, Alt-u-u-u to uppercase the next three words.
Ummmm... yeah, I think I stick to using caps lock.