Skip to content

Instantly share code, notes, and snippets.

@silviopaganini
Created December 5, 2013 14:01
Show Gist options
  • Save silviopaganini/7805579 to your computer and use it in GitHub Desktop.
Save silviopaganini/7805579 to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+shift+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+up"], "command": "swap_line_up" },
{ "keys": ["super+down"], "command": "swap_line_down" },
{ "keys": ["super+0"],
"command": "insert_snippet",
"args": {
"contents": "\nconsole.log('$SELECTION', ${1:}$SELECTION)${0}\n"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment