Keyboard shortcuts
Printable version of shortcuts in PDF: default keymap reference card (74 KB)
Keymap configuration: open the Settings dialog CtrlAlt0S and select Keymap
DataGrip has keyboard shortcuts for most of its commands related to editing, navigation, refactoring, debugging, and other tasks. Memorizing these hotkeys can help you stay more productive by keeping your hands on the keyboard.
All default shortcuts are configurable and you can also assign shortcuts to any action that does not have them by default.
For the predefined keymaps, refer to Predefined macOS keymap and Predefined Windows keymap.
note
If your keyboard does not have an English layout, DataGrip may not detect all the shortcuts correctly.
The following table lists some of the most useful shortcuts to learn:
Shortcut | Action |
---|---|
CtrlEnter |
|
CtrlF12 | In a data editor, open full list of columns. |
ShiftEnter | In a data editor, open and edit the data that is stored in the selected cell. |
CtrlAlt0G | Use SQL generator to generate DDL definitions for database objects. |
AltInsert | Generate database entities, for example: function, procedure, schema, database, table. |
Ctrl0B | Open the DDL of the selected object. For example, if you press this shortcut on a table's name in the |
CtrlF6 | Open the Modify dialog to edit the selected object. |
F4 | Jump to Source, Edit Data Open the object data. For example, if you press this shortcut on a table's name in the |
AltShift0B | Navigate to the object in the Database Explorer. |
CtrlAltShift0F | Full-Text Search in a Database Search for text occurrences in data. |
Double Shift | Quickly find any file, action, symbol, tool window, or setting in DataGrip, in your project, and in the current Git repository. |
CtrlShift0A | Find a command and execute it, open a tool window, or search for a setting. |
AltEnter | Quick-fixes for highlighted errors and warnings, intention actions for improving and optimizing your code. |
F2 ShiftF2 | Jump to the next or previous highlighted error. |
Ctrl0E | View recent files and consoles Select a recently opened file or console from the list. |
Ctrl0W CtrlShift0W | Increase or decrease the scope of selection according to specific code constructs. |
Ctrl0/ CtrlShift0/ | Add/remove line or block comment Comment out a line or block of code. |
AltF7 | Show all places where a code element is used across your project. |
Ctrl0Y | (For Windows) Delete a line or redo (customizable). (For Windows) Starting from 2019.2, when you use Ctrl0Y for the first time, you will see a dialog in which you can assign the shortcut to the Delete Line or the Redo action. You can change the selected behavior in Settings | Keymap. |
CtrlNumPad - and CtrlNumPad + | Fold and unfold big numbers Improve the readability of big numbers. |
To view the keymap configuration, open the Settings dialog CtrlAlt0S and select Keymap.
warning
Enable function keys and check for possible conflicts with global OS shortcuts.
DataGrip 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, Eclipse or NetBeans).
When consulting this page and other pages in DataGrip 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 dialog CtrlAlt0S, 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.
tip
If your keymap stopped working after an update, it is likely that the keymap is not available by default in the new version of DataGrip. Find this keymap as a plugin and install it on the Plugins page as described in Plugins.
DataGrip provides several possibilities to learn shortcuts:
The Find Action lets you search for commands and settings across all menus and tools.
Press CtrlShift0A and start typing to get a list of suggested actions. Then select the necessary action and press Enter to execute it.
note
To add or change the shortcut for any action, press AltEnter 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 under Help | Keyboard Shortcuts PDF.
To print a non-default or customized keymap, use the Keymap exporter plugin.
Thanks for your feedback!