Skip to content

Instantly share code, notes, and snippets.

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
@Jamanius
Jamanius / JimJams boring App
Created September 19, 2014 05:00
Ridiculously boring app
----------------------- Use coffeeScript -----------------------
app/assets/javascritps/statuses.js.cofee
# instead of document ready in application js, used coffeeScript $ ->
# indentation very important
$ ->
$('.status').hover (event) ->
#console.log("hover triggered")
$(this).toggleClass("hover");