码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2015-08-08 14:47:34      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:

在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"
}}

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

标签:

原文地址:http://www.cnblogs.com/tingyu-yudeyinji/p/4713062.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!