submile text3常用快捷键
Ctrl+shift+P 打开命令行窗口
esc 退出命令框或程序运行框
Ctrl+Z 撤销,倒退
Ctrl+Y 恢复撤销
Ctrl+B 运行程序
Ctrl+Break 中断程序
Ctrl+Enter 建立下一空白行
程序中需要外界输入值时需要快捷键设置:
[ { "keys":["f5"], "caption": "SublimeREPL: Python - RUN current file", "command": "run_existing_window_command", "args": {"id": "repl_python_run", "file": "config/Python/Main.sublime-menu"} } ]