Skip to content

Instantly share code, notes, and snippets.

@a5hik
Last active August 16, 2018 02:27
Show Gist options
  • Save a5hik/99a773a988a54cafdf11b24eec609f57 to your computer and use it in GitHub Desktop.
Save a5hik/99a773a988a54cafdf11b24eec609f57 to your computer and use it in GitHub Desktop.
IntelliJ Shortcuts
  1. Navigation Bar -> Fn + Alt + Left
  2. Project Window -> Cmd + 1
  3. Structure Window -> Cmd + 7
  4. Jump to Source -> F4
  5. Select In Project View -> Ctrl + Alt + L
  6. Navigate Class -> Cmd + N
  7. Create New -> Ctrl + N
  8. Restore Window -> Shift + Cmd + F12
  9. Project Settings -> Cmd + ;
  10. Settings -> Cmd + ,
  11. Refactor this -> Shift + Alt + Ctrl + T / Shift + Cmd + R
  12. Find Action -> Shift + Cmd + A
  13. Split Horizontal -> Shift + Cmd + S + H
  14. Split Vertically -> Shift + Cmd + S + V
  15. Close Window -> Cmd + F4
  16. Navigate Splitter -> Alt + Tab
  17. Extend Selection -> Cmd + W
  18. Shrink Selection -> Shift + Cmd + W
  19. Move Code Blocks -> Shift + Alt + up / down.
  20. ClipBoard History -> Ctrl + shift + V
  21. Run -> Cmd + F10
  22. Debug -> Cmd + F9
  23. Class Outline -> Cmd + F12
  24. Scroll Up -> Cmd + Up
  25. Scroll Down -> Cmd + Down
  26. End Of Line -> Fn + Right
  27. Start Of Line -> Fn + Left
  28. Quick Doc -> Ctrl + J
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment