Created
February 19, 2015 18:58
-
-
Save alanmarcos/5e77f24f981517ed1bf3 to your computer and use it in GitHub Desktop.
"Open with Sublime Text 3" to files and folders
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\*\shell\Open with Sublime Text] | |
"Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe" | |
[HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text\command] | |
@="C:\\Program Files\\Sublime Text 3\\sublime_text.exe \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Sublime Text] | |
@="Open Directory with Sublime Text" | |
"Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Sublime Text\command] | |
@="C:\\Program Files\\Sublime Text 3\\sublime_text.exe \"%V\"" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Sublime Text] | |
@="Open Directory with Sublime Text" | |
"Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Sublime Text\command] | |
@="C:\\Program Files\\Sublime Text 3\\sublime_text.exe \"%V\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just save as a .reg file and execute it!