Skip to content

Instantly share code, notes, and snippets.

@sming
Last active September 19, 2022 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sming/813faeb37fb906804e6b5da8eb3d93dd to your computer and use it in GitHub Desktop.
Save sming/813faeb37fb906804e6b5da8eb3d93dd to your computer and use it in GitHub Desktop.
my fave IntelliJ shortcuts

POP-UP MENUS

  • ⌃⌘P - Show Editor Pop-Up Menu
  • ⇧⌘1 - Git Popup menu
  • ⇧⌘3 - Favorites Popup menu
  • ⇧⌥F - Favorites Popup menu
  • ⇧⌘3 - Editor Tab Popup menu
  • ⇧⌘4 - Goto Popup menu
  • ⇧⌘9 - Project Popup menu

BROWSE WORD AT CARET

  • ⌃⌥↓ - Browse to next word
  • ⌃⌥↑ - Browse to previous word
  • ⌃⌥H - Highlight word at caret

OTHER

  • ⌥⇧G - Compare with latest repository version

PS don’t forget to open this file in intellij or from this gist online.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment