Skip to content

Instantly share code, notes, and snippets.

@leesei
Created October 20, 2013 10:07
Show Gist options
  • Save leesei/7067469 to your computer and use it in GitHub Desktop.
Save leesei/7067469 to your computer and use it in GitHub Desktop.
#sublime #registry #windows
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\sublime]
@="Open Folder as &Sublime Project"
[HKEY_CLASSES_ROOT\Directory\shell\sublime\command]
@="\"B:\\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]
@="\"B:\\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]
@="\"B:\\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