Answers for "command line sublime"

1

sublime linux

snap install sublime-text
Posted by: Guest on April-21-2021
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
2

launch sublime from terminal

$ subl
Posted by: Guest on June-06-2020
0

sublime text linux

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Posted by: Guest on January-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language