Skip to content

Instantly share code, notes, and snippets.

@narze
Created November 2, 2012 10:12
Show Gist options
  • Save narze/3999941 to your computer and use it in GitHub Desktop.
Save narze/3999941 to your computer and use it in GitHub Desktop.
sublime keymap for sublime-github (changed super+g to super+k to prevent blocking on super+k default keymap)
[
{ "keys": ["super+k", "super+n"], "command": "public_gist_from_selection" },
{ "keys": ["super+k", "super+p","super+n"], "command": "private_gist_from_selection" },
{ "keys": ["super+k", "super+o"], "command": "open_gist_url" },
{ "keys": ["super+k", "super+e", "super+o"], "command": "open_gist_in_editor" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment