Skip to content

Instantly share code, notes, and snippets.

@joelkbennett
joelkbennett / gist:af3c60fbcb7c4f3bd3d6
Created February 7, 2016 00:19 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
// Name: Toggle Overhead Office light
// Shortcut: cmd shift 1
import "@johnlindquist/kit"
const deviceType = "scriptKitHue"
// const discoveryUrl = "https://discovery.meethue.com/";
const hueConfig = await db({
ip: null,