Created
November 16, 2024 22:35
-
-
Save frnkst/7558940774c8d1812187049ae4338ccb to your computer and use it in GitHub Desktop.
IntelliJ Shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Custom: | |
Command + Num 1: Terminal | |
Command + Num 2: Switch projects | |
Command + Num 3: ? | |
Command + Num 4: Commit | |
Command + Num 5: Git log | |
Command + Num 6: Branches | |
Command + Num 6: Split | |
Command + Num 7: Unsplit | |
Command + Num 7: Distraction Free Mode | |
Normal: | |
Command + E: Recent Files (Command + E again): Recent Changed Files | |
Option + Arrow Up or Down: Expand/Shrink Selection | |
Command + Shift O: Open Files | |
Command + Shift F: Search | |
Shift + Shift: Search everywhere | |
Control + Control: Run anything | |
Ctrl + Space: Suggestions | |
Command + Shift + Enter: Smart Completion | |
Command + Numpad +: Expand (Command Shift + for all) | |
Command + Numpad -: Collapse (Command Shift - for all) | |
Command + Delete: Delete line | |
Command + D: Duplicate line | |
Option + Enter: Code Actions | |
Option + Command Left and Right to Navigate | |
Command + B: Show usages | |
Command + P: Show parameters | |
Control + Middle Click: Quick documentation | |
Option + Shift Up and Down: Move line | |
Commit: Command + K, Type Message, Command Enter | |
Push: Command + Shift + K and Command Enter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment