Skip to content

Instantly share code, notes, and snippets.

@nibocn
Last active August 29, 2015 14:16
Show Gist options
  • Save nibocn/e57b3a320a00752135c9 to your computer and use it in GitHub Desktop.
Save nibocn/e57b3a320a00752135c9 to your computer and use it in GitHub Desktop.
在Windows中Sublime 注册右键菜单
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\SublimeText]
"Icon"="E:\\Software\\Sublime\\sublime_text.exe,0"

[HKEY_CLASSES_ROOT\*\shell\SublimeText\Command]
@="E:\\Software\\Sublime\\sublime_text.exe \"%1\""

[HKEY_CLASSES_ROOT\Directory\shell\SublimeText]
"Icon"="E:\\Software\\Sublime\\sublime_text.exe,0"

[HKEY_CLASSES_ROOT\Directory\shell\SublimeText\Command]
@="E:\\Software\\Sublime\\sublime_text.exe -a \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment