懵懂的菜鸟

Stay hungry,Stay foolish.

导航

python sublime run快捷键设置

一、Ctrl+Shift+P进行插件“sublimeREPL”安装

二、打开preferences->Key Binding-User,写入以下内容
[ { "keys": ["f5"], "caption": "SublimeREPL:Python", "command": "run_existing_window_command", "args": { "id": "repl_python_run", "file": "config/Python/Main.sublime-menu" } }, ]

 

三、以后运行python代码只需要按“F5”就ok了

posted on 2017-09-11 10:29  懵懂的菜鸟  阅读(1213)  评论(0编辑  收藏  举报