Hacker News new | ask | show | jobs
by tpxl 1728 days ago
Lots of tools have this. IntelliJ has it mapped to ctrl shift U by default I think.
2 comments

In vim gU makes the selection/motion uppercase, gu makes it lowercase and ~ toggles each of its characters' cases.
~