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.

Revisions

  1. benjbaron revised this gist Apr 3, 2019. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions IntelliJ_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -2,9 +2,9 @@

    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`
    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`
  2. benjbaron created this gist Apr 3, 2019.
    10 changes: 10 additions & 0 deletions IntelliJ_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    # 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`