Skip to content

Instantly share code, notes, and snippets.

@nonlogos
nonlogos / gist:7040a404ce1a96619adb
Created March 9, 2016 03:45 — 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
@nonlogos
nonlogos / 0_reuse_code.js
Created July 6, 2016 19:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console