配置user.keybiding
[
{
"keys": ["f9"],
"command": "repl_open",
"id": "repl_python_run",
"mnemonic": "d",
"args":{
"type": "subprocess",
"encoding": "utf8",
"cmd": ["python", "-u", "$file_basename"],
"cwd": "$file_path",
"syntax": "Packages/Python/Python.tmLanguage",
"external_id": "python"
}
}
]