Created
April 3, 2019 13:34
-
-
Save benjbaron/456fcfde73ec76c5c4cb9c140a057812 to your computer and use it in GitHub Desktop.
Revisions
-
benjbaron revised this gist
Apr 3, 2019 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` -
benjbaron created this gist
Apr 3, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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`