码迷,mamicode.com
首页 > 其他好文 > 详细

sublime repl快捷键设置

时间:2017-08-20 22:25:42      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:conf   window   enc   style   color   blog   menu   code   comm   

定制快捷键:preference->Key Bindings-User

[
  {
      "keys":["f5"],
      "caption": "SublimeREPL: Python - RUN current file",
      "command": "run_existing_window_command", "args":
      {"id": "repl_python_run","file": "config/Python/Main.sublime-menu"}
  },
  {
      "keys": ["f6"],
      "caption": "SublimeREPL: Python - IPython",
      "command": "run_existing_window_command","args":
      {"id": "repl_python_ipython","file":"config/python/Main.sublime-menu"}
  }
]

使用F5:运行当前文件;使用 F6:调出ipython命令行

sublime repl快捷键设置

标签:conf   window   enc   style   color   blog   menu   code   comm   

原文地址:http://www.cnblogs.com/super-super-/p/7401557.html

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