Skip to content

Instantly share code, notes, and snippets.

View raySavignone's full-sized avatar

Ramon Savignone raySavignone

  • Savignone Technologies
  • Vancouver Canada
View GitHub Profile

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
def method_fb(s, f)
s.upto(f) { |x|
puts e(x)
}
end
def method_e(y)
if div_3?(y) && div_5?(y)
"FizzBuzz"
elsif div_5?(y)