randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.37k stars 83 forks source link

Toggle Terminus panel closes it #391

Closed UkoeHB closed 5 months ago

UkoeHB commented 1 year ago

I have a simple key binding that has worked for years:

{
    "keys": ["ctrl+x"],
    "command": "toggle_terminus_panel",
    "args"   : {
        "cwd": "${file_path:${folder}}"
    }
},

In the past when the panel was active but not in focus and I used the key binding, then the panel would become in focus (very convenient). Now when I use the key binding the panel closes itself. How can I recover the old behavior?

ryuukk commented 11 months ago

Have you figured it out? i'm looking for that as well

UkoeHB commented 11 months ago

No

ryuukk commented 11 months ago

I'll dive into the code and see what i can do then.. this is annoying me too much

kaste commented 6 months ago

That is a regression from https://github.com/randy3k/Terminus/commit/8096d8fc9fef7a771824243b533f1ed96b498c06 I think. 😞

ryuukk commented 5 months ago

Thanks for fixing it, really appreciated