Skip to content

Instantly share code, notes, and snippets.

@NigelThorne
Created June 24, 2015 03:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NigelThorne/067cb108c55162bad2aa to your computer and use it in GitHub Desktop.
Save NigelThorne/067cb108c55162bad2aa to your computer and use it in GitHub Desktop.
Use sublime text with 7zip
"%~dp0subl.exe" -n -w %1
@Narretz
Copy link

Narretz commented Oct 26, 2021

You don't need to have a separate batch file. In 7zips Tools>Options>Editor>Editor, just enter the full path in double quotes followed by -n -w:

That's the easiest solution, but not all versions support it. I tested it with 7ZIP 16.04, and it didn't work. Updated to 19.0, and it does.

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