Skip to content

Instantly share code, notes, and snippets.

@dylan-k
Created March 30, 2016 14:45
Show Gist options
  • Save dylan-k/078c79f3780c3661e333aa3947a8fed1 to your computer and use it in GitHub Desktop.
Save dylan-k/078c79f3780c3661e333aa3947a8fed1 to your computer and use it in GitHub Desktop.
sublime key bindings
[
{ "keys": ["super+shift+u"], "command": "sftp_upload_file" },
{ "keys": ["super+alt+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["super+t"], "command": "insert_snippet", "args": { "name": "Packages/XML/long-tag.sublime-snippet" } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment