I want my Sublime installation to be in portable mode. What I gotta do for that? VS Code has a how-to: https://code.visualstudio.com/docs/editor/portable , anything like that for sublime?
Migrate Setup to Portable mode
jfcherng
#2
If there is a Data/ folder along with sublime_text.exe, ST will use it hence it’s portable.
You just have to move the folder mentioned in http://www.sublimetext.com/docs/3/revert.html to be the Data/.
For example, on Windows, if you move %APPDATA%\Sublime Text 3 to be C:\Program Files\Sublime Text 3\Data, ST becomes portable.
0 Likes