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

相关文章:

  • 2021-09-25
  • 2021-12-27
  • 2021-06-27
猜你喜欢
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
相关资源
相似解决方案