Garrett
Garrett

Reputation: 4394

Shortcut to change editor's global font size

I can change font size on a per-file basis in PyCharm (4.5.2) by using CtrlMousewheel.

Is there anyway to set up a shortcut to change the font size of all files?

Right now, the only way to do that is Settings > Editor > Color & Fonts > Fonts.

Upvotes: 2

Views: 243

Answers (1)

yole
yole

Reputation: 97168

No, there is no such shortcut in PyCharm out of the box. It's easy to implement in a plugin, though.

Upvotes: 1

Related Questions