PyCharm 2.7.2 Web Help

In this section:

To navigate from the current tab to the next or previous tab, do one of the following
  • Right-click the current editor tab and choose Select Next/Previous Tab on the context menu.
  • Press Alt+RightAlt+Right or Alt+LeftAlt+Left. So doing, the focus moves to the editor tab located next to the right or to the left from the active editor tab.
  • Press Ctrl+Tab; Ctrl+Shift+TabCtrl+Tab; Ctrl+Shift+Tab to use the Switcher.

This approach allows jumping from one tab to another as your editing session requires. While you move between the editor tabs, PyCharm remembers the caret position within each opened file.

To go back and forth through the history of visited tabs, do one of the following
  • On the main toolbar, click arrowBack.png or arrowForward.png.
  • On the main menu, choose Navigate | Back / Forward.
  • Press Ctrl+Alt+LeftCtrl+Alt+Left or Ctrl+Alt+RightCtrl+Alt+Right.

This approach enables you to move back and forth through the history of your navigation, same way as it is done in a Web browser. As you move from file to file during your editing session, PyCharm keeps track of the visited locations and enables you to go back, using the Navigate | Back / Forward commands.

Note

On a Mac OS X computer, you can also use the three-finger right-to-left and left-to-right swipe gestures.

2.5+
To view all editor tabs and select the active editor

If all opened tabs are shown in a single row, some of the tabs may become invisible. PyCharm helps display the list of the opened editor tabs, and choose the one to become active.

  1. Do one of the following:
    • On the main menu, choose Window | Editor Tabs | Show All Tabs
    • Click show-all-tabs

    The list of all editor tabs appears. So doing the names of the tabs, which are currently visible, are displayed on the light background; the names of the tabs outside of the main window are shown on the darker background.

  2. Select the check box next to the name of the desired editor tab:

    view-all-tabs

    The selected editor tab becomes active and gets the focus.

Note

The command Show All Tabs and the icon show-all-tabs are only available when:

  • Show tabs in single row check box is selected in the Editor tabs page of the Editor settings.
  • Some of the open tabs are not visible.

See Also

Procedures:

Reference:

Web Resources: