Created
December 29, 2014 18:15
-
-
Save thirtysixthspan/74c9b312f7992b1e8d47 to your computer and use it in GitHub Desktop.
Sublime Gist Keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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