Skip to content

Instantly share code, notes, and snippets.

@atez
Created April 17, 2019 09:21
Show Gist options
  • Save atez/eb22ea9afb632606ada173143c7d5f1e to your computer and use it in GitHub Desktop.
Save atez/eb22ea9afb632606ada173143c7d5f1e to your computer and use it in GitHub Desktop.
Sublime Text 3 右键
[Version]
Signature="$Windows NT$"
[DefaultInstall]
AddReg=SublimeText3
[SublimeText3]
hkcr,"*\\shell\\SublimeText3",,,"用 SublimeText3 打开"
hkcr,"*\\shell\\SublimeText3","Icon",0x20000,"%1%\sublime_text.exe, 0"
hkcr,"*\\shell\\SublimeText3\\command",,,"""%1%\sublime_text.exe"" ""%%1"" %%*"
hkcr,"Directory\shell\SublimeText3",,,"用 SublimeText3 打开"
hkcr,"Directory\shell\SublimeText3","Icon",0x20000,"%1%\sublime_text.exe, 0"
hkcr,"Directory\shell\SublimeText3\command",,,"""%1%\sublime_text.exe"" ""%%1"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment