Skip to content

Instantly share code, notes, and snippets.

@Bigous
Created July 22, 2022 12:13
Show Gist options
  • Save Bigous/199e385bacf17d5bbb7236875ec2a9b1 to your computer and use it in GitHub Desktop.
Save Bigous/199e385bacf17d5bbb7236875ec2a9b1 to your computer and use it in GitHub Desktop.
Edit with Sublime context menu Windows
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Edit with Sublime]
"Icon"="C:\\\\Program Files\\\\Sublime Text\\\\sublime_text.exe"
[HKEY_CLASSES_ROOT\*\shell\Edit with Sublime\command]
@="C:\\Program Files\\Sublime Text\\sublime_text.exe \"%1\""
@Bigous
Copy link
Author

Bigous commented Jul 22, 2022

Add windows context menu to edit files with sublime text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment