Hacker News new | ask | show | jobs
by sbierwagen 1728 days ago
Notepad++ has a toolbar option that will uppercase all the currently selected text. Write a paragraph normally and then uppercase it with one click.
1 comments

Lots of tools have this. IntelliJ has it mapped to ctrl shift U by default I think.
In vim gU makes the selection/motion uppercase, gu makes it lowercase and ~ toggles each of its characters' cases.
~