Skip to content

Instantly share code, notes, and snippets.

@exelxior
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save exelxior/2b2b8616c5c76dbdfcde to your computer and use it in GitHub Desktop.

Select an option

Save exelxior/2b2b8616c5c76dbdfcde to your computer and use it in GitHub Desktop.
Add "Open with Sublime Text 3" feature to Windows Explorer Context Menu. Sublime text 3, 32-bit version.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Edit with Sublime Text 3]
@="Edit with Sublime Text 3"
"Icon"="\"C:\\Program Files (x86)\\Sublime Text 3\\sublime_text.exe\",0"
[HKEY_CLASSES_ROOT\Folder\shell\Edit with Sublime Text 3\command]
@="C:\\Program Files (x86)\\Sublime Text 3\\sublime_text.exe \"%1\""
[HKEY_CLASSES_ROOT\*\shell\Edit with Sublime Text 3]
@="Edit with Sublime Text 3"
"Icon"="\"C:\\Program Files (x86)\\Sublime Text 3\\sublime_text.exe\",0"
[HKEY_CLASSES_ROOT\*\shell\Edit with Sublime Text 3\command]
@="C:\\Program Files (x86)\\Sublime Text 3\\sublime_text.exe \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment