sublime repl快捷鍵設置

定製快捷鍵:preference->Key Bindings-Userpython

[
  {
      "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命令行spa

相關文章
相關標籤/搜索