Skip to content

Instantly share code, notes, and snippets.

@skill83
Last active April 19, 2016 09:35
Show Gist options
  • Save skill83/39d5cc95d591677b6e043105246d2d9f to your computer and use it in GitHub Desktop.
Save skill83/39d5cc95d591677b6e043105246d2d9f to your computer and use it in GitHub Desktop.
Sublime key binding user
[
{
"keys" : ["ctrl+shift+t"],
"command" : "insert_snippet",
"args" : {
"name": "Packages/User/trans.sublime-snippet"
}
},
{
"keys" : ["ctrl+alt+shift+t"],
"command" : "insert_snippet",
"args" : {
"name": "Packages/User/blocktrans.sublime-snippet"
}
},
{
"keys" : ["shift+enter"],
"command" : "insert_snippet",
"args" : {
"contents": "<br/>"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment