Горячие клавиши для Gist (Sublime Text3)
[
{ "keys": ["ctrl+k+i"], "command": "gist" },
{ "keys": ["ctrl+k", "ctrl+p"], "command": "gist_private" },
{ "keys": ["ctrl+k", "ctrl+s"], "command": "gist_update_file" },
{ "keys": ["ctrl+k+o"], "command": "gist_list" },
{ "keys": ["ctrl+k", "ctrl+["], "command": "insert_gist_list" },
{ "keys": ["ctrl+k", "ctrl+]"], "command": "gist_add_file" },
{ "keys": ["ctrl+k", "ctrl+g"], "command": "gist_gitio" }
]