Sublime Text from Command Line

前端 未结 27 2111
时光说笑
时光说笑 2020-11-27 08:37

I installed Sublime Text and wanted to know how to open rb files in it from the terminal. I saw What is the command to make Sublime Text my core editor? and I s

27条回答
  •  攒了一身酷
    2020-11-27 09:27

    create in registry:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\sublime.exe

    update value of default parameter (REG_SZ) to:

    C:\Program Files\Sublime Text 2\sublime_text.exe

提交回复
热议问题