Skip to content

Instantly share code, notes, and snippets.

View dgamboa's full-sized avatar

Daniel Gamboa dgamboa

View GitHub Profile
@dgamboa
dgamboa / gist:4043195
Created November 9, 2012 01:44 — 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
@dgamboa
dgamboa / Base File.sublime-settings
Created November 8, 2012 19:05 — forked from jaredatron/Base File.sublime-settings
Default (OSX).sublime-keymap
{
"word_wrap": false,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_size": 13.0,
"tab_size": 2,
"detect_indentation": false,
"translate_tabs_to_spaces": true,
"save_on_focus_lost": true,
// "draw_white_space": "all",
"trim_trailing_white_space_on_save": true,
rvm list
~ dgamboa$ rvm list
rvm rubies
ruby-1.8.7-p370 [ i686 ]
ruby-1.9.2-p320 [ x86_64 ]
=* ruby-1.9.3-p194 [ x86_64 ]