PyCharm 2016.1 Help

Zooming in the Editor

PyCharm makes it possible to change font size (zoom) in the active editor, and reset font size to the default value. These operations apply to the active editor only. In the other editor tabs, font size is not affected.

In this section:

To enable changing font size in the editor

  1. Open the Settings/Preferences dialog, expand the Editor node, and click General.
  2. Make sure that the setting Change font size (Zoom) with Ctrl+MouseWheel is enabled.

To change font size using the mouse wheel

  1. Place the caret in the editor.
  2. While keeping the Ctrl key pressed, rotate the mouse wheel. As you rotate the mouse wheel forward, font size grows larger; as you rotate the mouse wheel backwards, font size decreases.

    The OS X users can use trackpad "Pinch-to-Zoom" gesture to change size of the font and the whole editing area.

To change font size using the keyboard

  1. Press Ctrl+Shift+A.
  2. In the popup frame, type Increase font size or Decrease font size, and then click Enter.

    Font grows larger or smaller.

To reset font size

  1. Press Ctrl+Shift+A.
  2. In the popup frame, type Reset font size, and click Enter.

    The default font size is restored.

See Also

Reference:

Getting Started:

Last modified: 20 April 2016