Skip to content

Instantly share code, notes, and snippets.

@gaboratorium
Last active May 22, 2018 08:48
Show Gist options
  • Save gaboratorium/08b20ff2b6030cbd6cfd3517f7ba60f0 to your computer and use it in GitHub Desktop.
Save gaboratorium/08b20ff2b6030cbd6cfd3517f7ba60f0 to your computer and use it in GitHub Desktop.
IntelliJ IDEA shortcuts #intellij #idea #shortcuts

Useful IntelliJ IDEA keyboard shortcuts

The following shortucts are highly recommended to learn, as they speed up your development process dramatically.

Views

Command Action
cmd + 1 Project View
cmd + 4 Run View
cmd + 5 Debug View
cmd + 6 TODO View
cmd + 9 VCS (Git) View
esc Return to editor

Editing

Command Action
cmd + d Duplicate line
cmd + shift + up/down Move line
cmd + shift + up/down Move line
shift + fn + f6 Refactor...

Navigation

Command Action
cmd + o Go to class...
cmd + shift + o Go to file...
ctrl + j Quick documentation...
cmd + p Parameter list...
cmd + b Go to implementation/usage...

VCS

Command Action
cmd + k Review and commit changes
cmd + shift + k Review and push changes
cmd + 5 Debug View
cmd + 6 TODO View
cmd + 9 VCS (Git) View

Run & debug

Command Action
cmd + alt + r Run/debug

Recommended shortcuts to set up

Command Action
cmd + shift + c Git branches
cmd + shift + p Pull changes
cmd + t Terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment