Y
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
tpxl
1728 days ago
Lots of tools have this. IntelliJ has it mapped to ctrl shift U by default I think.
link
boogies
1728 days ago
In vim gU makes the selection/motion uppercase, gu makes it lowercase and ~ toggles each of its characters' cases.
link
mangamadaiyan
1728 days ago
~
link