Skip to content

Instantly share code, notes, and snippets.

@vicenterusso
Created September 22, 2014 03:28
Show Gist options
  • Save vicenterusso/bac441025e20436740be to your computer and use it in GitHub Desktop.
Save vicenterusso/bac441025e20436740be to your computer and use it in GitHub Desktop.
Sublime Text 3 - Context Menu - Open Folder
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\sublime]
@="Open Folder as &Sublime Project"
[HKEY_CLASSES_ROOT\Directory\shell\sublime\command]
@="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\sublime]
@="Open Folder as &Sublime Project"
[HKEY_CLASSES_ROOT\Directory\Background\shell\sublime\command]
@="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%V\""
[HKEY_CLASSES_ROOT\*\shell\Open with Sublime]
@="Open with &Sublime"
[HKEY_CLASSES_ROOT\*\shell\Open with Sublime\command]
@="\"C:\\Program Files\\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