zoukankan      html  css  js  c++  java
  • sublime repl快捷键设置

    定制快捷键: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命令行

  • 相关阅读:
    HTML学习基础(一)
    初识C#
    SQL小知识
    jQuery(四)
    jQuery(三)
    认识jQuery(二)
    认识Jquery
    初识Javascript
    初识HTML
    博客,你好!
  • 原文地址:https://www.cnblogs.com/super-super-/p/7401557.html
Copyright © 2011-2022 走看看