Skip to content

Instantly share code, notes, and snippets.

@ericnkatz
Created February 7, 2014 22:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericnkatz/8873172 to your computer and use it in GitHub Desktop.
Save ericnkatz/8873172 to your computer and use it in GitHub Desktop.
Github Gist Sublime Keymap
[
{ "keys": ["super+k", "super+i"], "command": "gist" },
{ "keys": ["super+k", "super+p"], "command": "gist_private" },
{ "keys": ["super+k", "super+s"], "command": "gist_update_file" },
{ "keys": ["super+k", "super+o"], "command": "gist_list" },
{ "keys": ["super+k", "super+["], "command": "insert_gist_list" },
{ "keys": ["super+k", "super+]"], "command": "gist_add_file" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment