randy3k / Terminus

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

Toggle from and to Terminus during Gulp task #235

Open Allmedialab opened 4 years ago

Allmedialab commented 4 years ago

Hi,

How do I toggle backwards and forwards from Terminus in Sublime text 3. When I have Terminus open with a Gulp session running and I do a search on a page like Cmd + F I get the search field, but when I try to get back with Teminus toggle the terminal stopped running the Gulp task.

Is there a way to toggle from Terminus to search then back to Terminus and keep the Gulp task running?

Regards & Thanks,

David

randy3k commented 4 years ago

I am a bit confused. How does Cmd+F terminate your gulp session?

Allmedialab commented 4 years ago

When I have Terminus open in Sublime text 3 and a Gulp task running and I click Ctrl + F on my Windows laptop or Cmd + F on my iMac to search for some code on the open php or html page the search text field opens at the bottom and Terminus is gone. Is there a way to keep the Gulp task running in Terminus and toggle backwards and forwards from Terminus to search etc. In VS code for example the terminal stays open and running and I can search a page without any problem. In Sublime when I toggle back to Terminus the Gulp task stopped running. What is the proper way to toggle? There must be something wrong with my files.

randy3k commented 4 years ago

Oh, I see. You are right, you cannot search in the output panel. You could however, maximize the panel to a regular tab and then do searching.

Check the command Terminus: Maximize to Tab

neunato commented 4 years ago

If I understood the issue correctly, it's not about searching the output panel, but with the running task being terminated once Terminus panel is brought back.

And that should not happen. It does not happen to me - my processes keep running. Are you sure you're using Terminus: Toggle Panel and are not opening a new shell?