Answers for "open application from terminal in sublime"

CSS
2

sublime how to open cmd

##go to preferences ->Package Setting ->Terminal ->System Deafult 
-> clear and paste the below code and save it 
{
	"terminal": "cmd.exe",
	"parameters": [],
	"env": {}
}
Posted by: Guest on August-04-2021
0

open sublime text 3 from terminal mac

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
Posted by: Guest on May-12-2020

Code answers related to "open application from terminal in sublime"

Browse Popular Code Answers by Language