Created
March 30, 2016 14:45
-
-
Save dylan-k/078c79f3780c3661e333aa3947a8fed1 to your computer and use it in GitHub Desktop.
sublime key bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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