Skip to content

Instantly share code, notes, and snippets.

@thirtysixthspan
Created December 29, 2014 18:35
Show Gist options
  • Save thirtysixthspan/c4539f0dd445857532da to your computer and use it in GitHub Desktop.
Save thirtysixthspan/c4539f0dd445857532da to your computer and use it in GitHub Desktop.
Github Keybindings
// Github
// https://github.com/temochka/sublime-text-2-github-tools
{ "keys": ["control+g", "g"], "command": "public_gist_from_selection" },
{ "keys": ["control+g", "p"], "command": "private_gist_from_selection" },
{ "keys": ["control+g", "u"], "command": "open_gist_url" },
{ "keys": ["control+g", "o"], "command": "open_gist_in_editor" },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment