Hello to all.
I just install Sublime Text 4 in a Linux system. I have also installed Terminus. I have two questions:
-
in Terminus Keybinding I have
[
{
“keys”: [“alt+q”], “command”: “terminus_open”, “args”: {
“cmd”: “fish”,
“cwd”: “${file_path:${folder}}”
}
}
]
which works fine, but I have not been able to insert a combination for closing the Terminus. Is there any? -
How could I define a build system using Terminus AND fish shell --say for Pascal?
I have modified OdatNurd’s answer from here:
Build system with terminus doesn't work
but it opens Terminus with bash and not with fish.
Thank you very much