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
.
References
- IntelliJ IDEA- Import/Open multiple project in single Window
- IntelliJ IDEA – public static void main shortcut
- IntelliJ IDEA shortcuts for equals() and hashCode()
Similar Posts
- Microsoft Excel Shortcut Keys List
- How to Remove php, html Extension from URL using htaccess
- Eclipse/STS – Optimize/Remove unused imports shortcut keys
- How to create backup in Windows 7?
- How to view recently opened files in IntelliJ IDEA
- IntelliJ IDEA- Import/Open multiple project in single Window
- Maven- No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
- Deploy jasper reports in JasperReports Server using Parameters
- IntelliJ IDEA- Generate Getter & Setter Shortcut Key
- IntelliJ IDEA– Remove/Optimize unused imports shortcut keys