Sublime Forum

How to open Terminus in Sublime Text 4?

#1

Hi,

How do I open Terminus or a terminal for npm usage in Sublime Text 4. I upgraded from 3 with Terminus installed, but can’t find it now in 4.

Regards,

David

0 Likes

#2

Any hints of Python exceptions in the console?

Is the package enabled? Check it by running “Preferences: Settings” from the command palette.

0 Likes

#3

Every thing is there in the preferences including my personal theme I created for Terminus in version 3.
In 3 I could do Ctrl + P and choose Terminus. Now when I type Terminus it is not there in the list. Is there not a builtin terminal in 4?

0 Likes

#4

By any chance, is it listed in the ignored_packages settings of your user preferences ?

None of the ST versions have a built in terminal.

0 Likes

#5

No it all looks normal, have the same problem on Mac and Windows after the update to 4.

0 Likes

#6

Have you tried running “Package Control: Satisfy Dependencies”? I think it uses some deps.

Also:

1 Like

#7

Yes now it’s there! Thanks a lot!

1 Like

#8

I have freshly installed sublime Text 4 in Mac, and not able to install Terminus.
What I may be doing wrong ?

I am getting below error
Package Control: The dependency ‘ptyprocess’ is not available

I tried running
Package Control: Satisfy Dependencies as well

0 Likes

#9

this is weird. I use Windows and have the sublime terminus plugin installed. I also changed the keybindings. Works great when I need to use NPM for packages on my projects. Runs fine on the new ST.

In case you want to. here is my config:
[
{ “keys”: [“alt+`”], “command”: “toggle_terminus_panel” },
{ “keys”: [“alt+t”], “command”: “terminus_open”, “args”: { “cwd”: “${file_path:${folder}}” } },
{ “keys”: [“ctrl+shift+w”], “command”: “terminus_close”, “context”: [{ “key”: “terminus_view”}] },
{ “keys”: [“ctrl+t”], “command”: “new_file” },
{ “keys”: [“ctrl+n”], “command”: “new_window” },
]

0 Likes

#10

There are currently some items missing from Package Control, including some dependencies.

For security reasons, whenever there’s an outage and repositories on GitHub are not accessible, a manual check is required to make sure that someone hasn’t maliciously replaced a trusted repository with a different one.

It would appear something like this has happened, so until the verification is done the only way forward is to wait or manually item the requisite items.

0 Likes