sublime repl快捷键设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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命令行

以上是关于sublime repl快捷键设置的主要内容,如果未能解决你的问题,请参考以下文章

SublimeREPL设置详解——实现代码传递(Eval in REPL)

Sublime Text3安装SublimeREPL插件以及快捷键设置

sublime代码片段功能

sublime text 3 添加 javascript 代码片段 ( snippet )

Sublime text3最全快捷键清单

Sublime text3最全快捷键清单