首先安装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"
}
}
]
本文介绍如何使用PackageControl安装SublimeREPL插件,并通过修改KeyBindings-User实现使用Ctrl+R快捷键运行当前Python文件的功能。
1万+

被折叠的 条评论
为什么被折叠?



