Answers for "open in sublime text from terminal"

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
1

open file in sublime from terminal

subl path/to/the/file
Posted by: Guest on September-10-2020
0

connecting sublime to bash command line

export EDITOR='subl -w'
Posted by: Guest on November-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language