Skip to content

Instantly share code, notes, and snippets.

@TexRx
Created March 30, 2012 02:21
Show Gist options
  • Save TexRx/2245876 to your computer and use it in GitHub Desktop.
Save TexRx/2245876 to your computer and use it in GitHub Desktop.
REG: Open With Sublime
Windows Registry Editor Version 5.00
// adds a registry entry to add a right-click context menu-option
// for a folder so that you can open the folder (it's contents) in sublime in folder view
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\open_with_Sublime]
@="Open Folder With Sublime"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\open_with_Sublime\command]
@="\"C:\\Program Files\\Sublime Text 2\\sublime_text.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment