Sublime Forum

How to open folder on windows terminal in sublime text 4?

#1

I love built-in terminal in vscode, I can open the current dirrectory in terminal instantly. But sadly my laptop cannot handle it anymore (too heavy), so I’m decided to move to sublime text.

So far sublime text performance is amazing, but there’s no built-in terminal in sublime text. I’ve tried a package called “Terminal”. Well… it does open windows terminal, but when I choose “open in project folder”, it’s not opening project directory (it opening windows root directory instead). And It only working if I use powershell, but I don’t like powershell because it’s ugly.

My question is…How to open folder on windows terminal in sublime text 4?
Also sorry for my english

0 Likes

#2
1 Like

#3

fwiw, you don’t look like having a project opened?

0 Likes

#4

thanks, I’ll try it

0 Likes

#5

yeah, screenshot just showing the package that I use

0 Likes

#6

From the Sublime Terminal docs:

Try using the parameters ["-d", "."]

0 Likes