IntelliJ handy shortcuts - kdaisho/Blog GitHub Wiki

  • Jump to previous/next reference (When you jumped with Ctr + Click)
option + cmd + (left/right arrow)
  • Move lines
shift + option + (up/down arrow)
  • Copy a line
cmd + D
  • Delete a line
cmd + Y
  • Format
option + cmd + L
  • Autocomplete
shift + cmd + enter
  • Search shortcuts
shift + cmd + A
  • Search anything
shift * 2
  • Select multiple occurrences
ctl + G
  • Run
shift + F10 (Fn enabled)