Answers for "sublime text command from terminal"

3

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
2

sublime text linux

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
Posted by: Guest on June-26-2020

Browse Popular Code Answers by Language