设置 sublime text 2 启动Python的快捷键

在preference-->key-bulindings--users,将下面代码黏贴进去。

{"keys":["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command", "args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}}

posted @ 2015-08-08 13:59  双音节的秋  阅读(173)  评论(0编辑  收藏  举报