Skip to content

Instantly share code, notes, and snippets.

@wheresrhys
Created September 13, 2016 22:28
Show Gist options
  • Select an option

  • Save wheresrhys/f285ab4b761467d22ae0ab849ed58e29 to your computer and use it in GitHub Desktop.

Select an option

Save wheresrhys/f285ab4b761467d22ae0ab849ed58e29 to your computer and use it in GitHub Desktop.
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