Skip to content

Instantly share code, notes, and snippets.

@justbitguy
Created June 26, 2015 02:08
Show Gist options
  • Save justbitguy/71636270244257041d2a to your computer and use it in GitHub Desktop.
Save justbitguy/71636270244257041d2a to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
; This will make it appear when you right click ON a folder
; The "Icon" line can be removed if you don't want the icon to appear
[HKEY_CLASSES_ROOT\Directory\shell\sublime]
@="Open Folder as &Sublime Project"
"Icon"="\"D:\\Program Files\\Sublime Text 3\\sublime_text.exe\",0"
[HKEY_CLASSES_ROOT\Directory\shell\sublime\command]
@="\"D:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%1\""
D:\Program Files\Sublime Text 3\sublime_text.exe
; This will make it appear when you right click INSIDE a folder
; The "Icon" line can be removed if you don't want the icon to appear
[HKEY_CLASSES_ROOT\Directory\Background\shell\sublime]
@="Open Folder as &Sublime Project"
"Icon"="\"D:\\Program Files\\Sublime Text 3\\sublime_text.exe\",0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\sublime\command]
@="\"D:\\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