Skip to content

Instantly share code, notes, and snippets.

@robbieferrero
Created July 9, 2014 05:34
Show Gist options
  • Save robbieferrero/ddb338178fb489b83bf7 to your computer and use it in GitHub Desktop.
Save robbieferrero/ddb338178fb489b83bf7 to your computer and use it in GitHub Desktop.
sublime text console.log
{ "keys": ["super+alt+l"],
"command": "insert_snippet",
"args": {
"contents": "console.log(${1:}$SELECTION);${0}"
}, "context":
[
{ "key": "selector", "operator": "equal", "operand": "source.js", "match_all": true }
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment