Skip to content

Instantly share code, notes, and snippets.

@thirtysixthspan
Created December 29, 2014 18:15
Show Gist options
  • Save thirtysixthspan/74c9b312f7992b1e8d47 to your computer and use it in GitHub Desktop.
Save thirtysixthspan/74c9b312f7992b1e8d47 to your computer and use it in GitHub Desktop.
Sublime Gist Keybindings
// Github Gists
// https://github.com/condemil/Gist
{ "keys": ["control+g", "g"], "command": "gist" },
{ "keys": ["control+g", "p"], "command": "gist_private" },
{ "keys": ["control+g", "u"], "command": "gist_update_file" },
{ "keys": ["control+g", "l"], "command": "gist_list" },
{ "keys": ["control+g", "i"], "command": "insert_gist_list" },
{ "keys": ["control+g", "a"], "command": "gist_add_file" },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment