Skip to content

Instantly share code, notes, and snippets.

@danyeah
Created April 22, 2013 15:17
Show Gist options
  • Save danyeah/5435862 to your computer and use it in GitHub Desktop.
Save danyeah/5435862 to your computer and use it in GitHub Desktop.
Sublime key bindings
[
{ "keys": ["ctrl+shift+u"], "command": "sftp_upload_file" },
{ "keys": ["f1"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["ctrl+."], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+."], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["shift+f3"], "command": "css_sorter" },
{ "keys": ["ctrl+alt+f"], "command": "use_it" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment