Created
September 13, 2016 22:28
-
-
Save wheresrhys/f285ab4b761467d22ae0ab849ed58e29 to your computer and use it in GitHub Desktop.
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 characters
| To go to a file: | |
| Cmd ⌘ + P (Mac) | |
| Go to a symbol: | |
| Cmd ⌘ + R (Mac) | |
| Go to a line: | |
| Ctrl ⌃ + G (Mac) (or Cmd ⌘ + P (Mac) then :) | |
| EXPAND SELECTION TO SCOPE LINK | |
| Cmd ⌘ + Shift ⇧ + Space ␣ (Mac) | |
| COLUMN SELECTION LINK | |
| Ctrl ⌃ + Shift ⇧ + Up ↑ / Down ↓ (Mac) | |
| SORT LINK | |
| F5 (Mac) | |
| TURN ON SPELLCHECK LINK | |
| F6 | |
| BUBBLE A LINE UP OR DOWN LINK | |
| Cmd ⌘ + Ctrl ⌃ + Up ↑ / Down ↓ (Mac) | |
| DUPLICATE SELECTION LINK | |
| Cmd ⌘ + Shift ⇧ + D (Mac) | |
| JOIN LINES LINK | |
| Cmd ⌘ + J (Mac) | |
| GO TO MATCHING BRACKET LINK | |
| Ctrl ⌃ + M | |
| CLOSE HTML TAG LINK | |
| Cmd ⌘ + Opt ⌥ + . (Mac) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment