Skip to content

Instantly share code, notes, and snippets.

@benjbaron
Created April 3, 2019 13:34
Show Gist options
  • Save benjbaron/456fcfde73ec76c5c4cb9c140a057812 to your computer and use it in GitHub Desktop.
Save benjbaron/456fcfde73ec76c5c4cb9c140a057812 to your computer and use it in GitHub Desktop.

IntelliJ shortcuts

Reference: https://vimeo.com/98922030

  1. Do not use tabs, deactivate them in the preference panel.
  2. Naviguate through files using CMD+E and CMD-SHIFT-E (last edited files)
  3. Highlight usages with SHIFT-CMD-F7
  4. Get rid of everything with SHIFT-CMD-F12 (full mode)
  5. Select blocks of text with ALT+UP ARROW
  6. Move blocks up and down with SHIFT+ALT+UP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment