首先安装SublimeREPL(利用Package Control),然后修改Preference->Key Bindings-User 把下面这段话copy进去
[
{"key": ["ctrl+r"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command",
"args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}
}
]