Skip to content

Instantly share code, notes, and snippets.

@bamoo456
bamoo456 / snippet.md
Last active August 29, 2015 14:14 — forked from harthur/snippet.md

Go to Sublime Text 2 > Preferences > Key Bindings - User and add this JSON to the file:

[
    { "keys": ["super+shift+l"],
      "command": "insert_snippet",
      "args": {
        "contents": "console.log(${1:}$SELECTION);${0}"
      }
 }