Skip to content

Instantly share code, notes, and snippets.

@epicallan
Created July 6, 2015 14:08
Show Gist options
  • Save epicallan/c78a7cdb1801d8095e5c to your computer and use it in GitHub Desktop.
Save epicallan/c78a7cdb1801d8095e5c to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+shift+s"], "command": "auto_save" },
{ "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+/"], "command": "toggle_comment", "args": { "block": true } },
{"keys":["ctrl+r"] ,
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command",
"args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment