Skip to content

Instantly share code, notes, and snippets.

def read_files(repo_dir, var_counter, html_url):
find_var_name = re.compile('(?:const|var|let|function)\s+(\w+);?')
....
const data = axios.get(url)...
...
function analyzeData(data) {
data.forEach(...)
}
var a = 0;
var b = null;
var c = {};
....
@billcccheng
billcccheng / gist:4eb51b13839b942359f27e558fd14337
Last active May 15, 2016 20:12 — 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