Pycharm Shortcuts
Pycharm Shortcuts
Shortcut Action
PyCharm automatically suggests a predefined keymap based on your environment. Make sure
that it matches the OS you are using or select the one that matches shortcuts from another
IDE or editor you are used to (for example, Emacs).
When consulting this page and other pages in PyCharm documentation, you can see keyboard
shortcuts for the keymap that you use in the IDE — choose it using the selector at the top of a
page.
Besides the default set of keymaps, you can install keymaps from plugins (such as, keymaps
for GNOME and KDE): open the Settings/Preferences dialog Ctrl+Alt+S, select Plugins,
switch to the Marketplace tab and search for keymap.
You can modify a copy of any predefined keymap to assign your own shortcuts for
commands that you use frequently.
If you have a customized keymap that you are used to, you can transfer it to your installation.
If your keymap stopped working after an update, it is likely that the keymap is not available
by default in the new version of PyCharm. Find this keymap as a plugin and install it on
the Plugins page as described inInstall plugins.
To open the Learn tool window and start your exercises, select View | Tool Windows
| Learn or Help | Learn IDE Features from the main menu. The tool window lists the
available tutorials.
Find Action lets you search for commands and settings across all menus and tools.
Press Ctrl+Shift+A and start typing to get a list of suggested actions. Then select the
necessary action and press Enter to execute it.
To add or change the shortcut for any action, press Alt+Enter when it is selected in the
list.
Key Promoter X is a plugin that shows a popup notification with the corresponding
keyboard shortcut whenever a command is executed using the mouse. It also suggests
creating a shortcut for commands that are executed frequently.
If you are using one of the predefined keymaps, you can print the default keymap
reference card and keep it on your desk to consult it if necessary. This cheat sheet is
also available uner Help | Keyboard Shortcuts PDF.
To print a non-default or customized keymap, use the Keymap exporter plugin.