Created
March 30, 2012 02:21
-
-
Save TexRx/2245876 to your computer and use it in GitHub Desktop.
REG: Open With Sublime
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 | |
// adds a registry entry to add a right-click context menu-option | |
// for a folder so that you can open the folder (it's contents) in sublime in folder view | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\open_with_Sublime] | |
@="Open Folder With Sublime" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\open_with_Sublime\command] | |
@="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\" \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment