Skip to content

Instantly share code, notes, and snippets.

@jonathannerat
Created February 25, 2019 12:19
Show Gist options
  • Select an option

  • Save jonathannerat/08985df840e1c8c948e944dd291378e8 to your computer and use it in GitHub Desktop.

Select an option

Save jonathannerat/08985df840e1c8c948e944dd291378e8 to your computer and use it in GitHub Desktop.

Revisions

  1. jonathannerat created this gist Feb 25, 2019.
    23 changes: 23 additions & 0 deletions subl.reg
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\*\shell\Edit with Sublime Text]
    @="Edit with &Sublime Text"
    "Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe,0"
    "MuiVerb"="Edit with Sublime Text"

    [HKEY_CLASSES_ROOT\*\shell\Edit with Sublime Text\command]
    @="C:\\Program Files\\Sublime Text 3\\sublime_text.exe \"%1\""

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Sublime]
    @="Open with Sublime Text"
    "Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe,0"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Sublime\command]
    @="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%V\""

    [HKEY_CLASSES_ROOT\Directory\shell\Sublime]
    @="Open with Sublime Text"
    "Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe,0"

    [HKEY_CLASSES_ROOT\Directory\shell\Sublime\command]
    @="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%1\""