美文网首页
sublime key bind with sublimeREP

sublime key bind with sublimeREP

作者: Waste_Land | 来源:发表于2014-10-11 17:17 被阅读182次

    [
    {"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":["f1"],
    "caption": "SublimeREPL: PowerShell",
    "command": "run_existing_window_command", "args":
    {
    "id": "repl_powershell",
    "file": "config/PowerShell/Main.sublime-menu"
    }}
    ]

    相关文章

      网友评论

          本文标题:sublime key bind with sublimeREP

          本文链接:https://www.haomeiwen.com/subject/iskptttx.html