Last active
August 29, 2015 14:14
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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