Skip to content

Instantly share code, notes, and snippets.

@irwinv
Created May 21, 2013 12:49
Show Gist options
  • Save irwinv/5619539 to your computer and use it in GitHub Desktop.
Save irwinv/5619539 to your computer and use it in GitHub Desktop.
Shortcuts gist for plugin sublime_text II
[
{ "keys": ["ctrl+alt+g"], "command": "gist" },
{ "keys": ["ctrl+alt+p"], "command": "gist_private" },
{ "keys": ["ctrl+alt+u"], "command": "gist_update_file" },
{ "keys": ["ctrl+alt+l"], "command": "gist_list" },
{ "keys": ["ctrl+["], "command": "insert_gist_list" },
{ "keys": ["ctrl+]"], "command": "gist_add_file" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment