Skip to content

Instantly share code, notes, and snippets.

@i11v
i11v / npm-sm-installation.log
Created December 11, 2012 08:33
NPM SM installation log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/0.8.15/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'sm' ]
2 info using [email protected]
3 info using [email protected]
4 verbose read json /usr/local/share/npm/lib/package.json
5 verbose read json /usr/local/share/npm/lib/package.json
@i11v
i11v / gist:2723258
Created May 18, 2012 05:03 — 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
@i11v
i11v / gist:2723241
Created May 18, 2012 04:59
Sublime Text 2 Windows config
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"font_face": "Consolas",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
{
"theme": "Soda Dark.sublime-theme",
"font_face": "Inconsolata",
"font_size": 12,
"rulers": [80],
"scroll_speed": 0
}