Skip to content

Instantly share code, notes, and snippets.

@Alcotana
Created June 4, 2017 11:40
Show Gist options
  • Save Alcotana/39d6e4cf33a7a7d3c3f35dba69cf7221 to your computer and use it in GitHub Desktop.
Save Alcotana/39d6e4cf33a7a7d3c3f35dba69cf7221 to your computer and use it in GitHub Desktop.
Open directory with Sublime Text 3 using right-click menu command "Sublime Text here"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\background\shell\sublime_text]
@="&Sublime here"
"Icon"="%ProgramFiles%\\Sublime Text 3\\sublime_text.exe"
[HKEY_CLASSES_ROOT\directory\background\shell\sublime_text\command]
@="C:\\Program Files\\Sublime Text 3\\sublime_text.exe \"%V\""
[HKEY_CLASSES_ROOT\directory\shell\sublime_text]
@="&Sublime Text here"
"Icon"="%ProgramFiles%\\Sublime Text 3\\sublime_text.exe"
[HKEY_CLASSES_ROOT\directory\shell\sublime_text\command]
@="C:\\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