Skip to content

Instantly share code, notes, and snippets.

@jcdarwin
Created August 21, 2012 00:59
Show Gist options
  • Save jcdarwin/3410117 to your computer and use it in GitHub Desktop.
Save jcdarwin/3410117 to your computer and use it in GitHub Desktop.
Windows reg file to add "Open Folder with Sublime Text 2" to Windows 7 context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\sublime]
@="Open Folder with &Sublime Text 2"
[HKEY_CLASSES_ROOT\Directory\shell\sublime\command]
@="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\sublime]
@="Open Folder with &Sublime Text 2"
[HKEY_CLASSES_ROOT\Directory\Background\shell\sublime\command]
@="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\" \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment