Hello,
I noticed that Build 4213’s changelog contained this line:
Added
open_terminalcommand for opening external terminal emulators
I’ve used the Terminus package in the past to open terminals in Sublime Text. Is the open_terminal command supposed to do something similar? I’ve tried adding a key binding for it like this:
{ "keys": ["ctrl+alt+y"], "command": "open_terminal" }
It does not seem to work on Debian 13. Can’t see any errors in the console either. Do I need to add some args for the command or have I misunderstood what it does?