IntelliJ IDEA- Undo and Redo Shortcut Keys


If you are switching to IntelliJ IDEA from any other integrated development environment, you might notice the shortcut key combinations are not the same in IntelliJ IDEA. One of them is undoing and redoing changes. In most IDE, you will find that Ctrl + Z is used for Undo, and Ctrl + Y is for Redo. But here it’s different:

1. Undoing Changes

To undo an action, do one of the following:

  • Press Ctrl + Z
  • Or from the main menu, choose Edit Undo.

2. Redoing Changes

To redo an action, do one of the following:

  • Press Ctrl + Shift + Z
  • Or from the main menu, choose Edit Redo.
IntelliJ IDEA- Undo and Redo Shortcut Keys

References

  1. IntelliJ IDEA- Import/Open multiple project in single Window
  2. IntelliJ IDEA – public static void main shortcut
  3. IntelliJ IDEA shortcuts for equals() and hashCode()

Similar Posts

About the Author

Atul Rai
I love sharing my experiments and ideas with everyone by writing articles on the latest technological trends. Read all published posts by Atul Rai.