Answers for "windows 10 how to open sublime from bash command line"

1

connecting sublime to bash command line

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
Posted by: Guest on November-06-2020
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

Code answers related to "windows 10 how to open sublime from bash command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language