Skip to content

Instantly share code, notes, and snippets.

@meddokss
Last active April 19, 2017 10:36
Show Gist options
  • Save meddokss/5fb03c8f543d3574d4be797d3cf8558f to your computer and use it in GitHub Desktop.
Save meddokss/5fb03c8f543d3574d4be797d3cf8558f to your computer and use it in GitHub Desktop.
SublimeKeySettings
[
{ "keys": ["alt+shift+f"], "command": "reindent" },
{ "keys": ["ctrl+alt+u"], "command": "gist" },
{ "keys": ["ctrl+alt+p"], "command": "gist_private" },
{ "keys": ["ctrl+alt+f"], "command": "gist_update_file" },
{ "keys": ["ctrl+alt+l"], "command": "gist_list" },
{ "keys": ["ctrl+alt+g"], "command": "insert_gist_list" },
{ "keys": ["ctrl+alt+a"], "command": "gist_add_file" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment