Multiple tabs in the same view #11480

Closed
opened 2026-01-31 02:48:48 +00:00 by claunia · 10 comments
Owner

Originally created by @DoctorSclero on GitHub (Nov 18, 2020).

Description of the new feature/enhancement

I'd like to have the possibility to have two terminals in the same window like visual studio code with 2 files, witch one is opened on the side. To increase productivity by visualizing multiple consoles in the same place

Originally created by @DoctorSclero on GitHub (Nov 18, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement I'd like to have the possibility to have two terminals in the same window like visual studio code with 2 files, witch one is opened on the side. To increase productivity by visualizing multiple consoles in the same place
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-FixNeeds-Attention labels 2026-01-31 02:48:49 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Nov 18, 2020):

Do you mean something like panes? (see also #1000)

@zadjii-msft commented on GitHub (Nov 18, 2020): Do you mean something like [panes](https://docs.microsoft.com/en-us/windows/terminal/panes)? (see also #1000)
Author
Owner

@DoctorSclero commented on GitHub (Nov 18, 2020):

Yes, finally I found it.
I would suggest making that function more visible, the way I found it was in the Settings file in a comment in the last lines.
image

@DoctorSclero commented on GitHub (Nov 18, 2020): Yes, finally I found it. I would suggest making that function more visible, the way I found it was in the Settings file in a comment in the last lines. ![image](https://user-images.githubusercontent.com/42815033/99593730-6c41ad00-29f2-11eb-9397-d596ea615f82.png)
Author
Owner

@DHowett commented on GitHub (Nov 19, 2020):

Thanks for pointing this out!

We have surfaced it in a couple places:

Is there another more obvious place that we could put it? 😄

@DHowett commented on GitHub (Nov 19, 2020): Thanks for pointing this out! We have surfaced it in a couple places: * [Getting Started: open a new pane](https://docs.microsoft.com/en-us/windows/terminal/get-started#open-a-new-pane) * Here in a tooltip ![image](https://user-images.githubusercontent.com/189190/99605186-0a665080-29bc-11eb-9d42-1bcb8a7f4cf9.png) * Here in a tooltip ![image](https://user-images.githubusercontent.com/189190/99605215-1b16c680-29bc-11eb-8107-441d961a5c80.png) * Here in the command palette ![image](https://user-images.githubusercontent.com/189190/99605230-236f0180-29bc-11eb-9c81-c4ece442ba27.png) Is there another more obvious place that we could put it? :smile:
Author
Owner

@Don-Vito commented on GitHub (Nov 19, 2020):

@DHowett - I am using the panes since day one with shortcuts, and it was today that I learnt about the Alt+Click capability (probably since I never leave a full screen mode on a 3rd monitor).

However, sincerely speaking, the feature is quite hidden:

  • Tooltips are hidden (who is patient enough to wait for them)
  • Command palette is hidden itself

This is how my search for Tooltip Practices looks like:
image

I am not sure how much screen estate can be sacrificed for this, but probably the feature is vital enough to allocate some.
For instance we could:

  • Educate, e.g., add a label to the top of the menu rather than a tooltip
  • Provide more interactive ways to invoke the functionality, e.g.,
    • a dedicated button (like in vscode)
    • some additional menu organization.
    • add split pane to a tab context menu
@Don-Vito commented on GitHub (Nov 19, 2020): @DHowett - I am using the panes since day one with shortcuts, and it was today that I learnt about the Alt+Click capability (probably since I never leave a full screen mode on a 3rd monitor). However, sincerely speaking, the feature is quite hidden: * Tooltips are hidden (who is patient enough to wait for them) * Command palette is hidden itself This is how my search for Tooltip Practices looks like: ![image](https://user-images.githubusercontent.com/4639110/99629340-84d8b400-2a40-11eb-9adb-065c42026120.png) I am not sure how much screen estate can be sacrificed for this, but probably the feature is vital enough to allocate some. For instance we could: * Educate, e.g., add a label to the top of the menu rather than a tooltip * Provide more interactive ways to invoke the functionality, e.g., * a dedicated button (like in vscode) * some additional menu organization. * add split pane to a tab context menu
Author
Owner

@zadjii-msft commented on GitHub (Nov 19, 2020):

add split pane to a tab context menu

That's my favorite of all these solutions IMO. I don't want to clutter the new tab menu all that much more, especially with something like #1571 being possible. But nested Split Pane... > [Horizontal, Vertical] > [Profiles...] entries seem like they would work well.

(we'd run abreast of #8238, but I think the idea's still good)

@zadjii-msft commented on GitHub (Nov 19, 2020): > add split pane to a tab context menu That's my favorite of all these solutions IMO. I don't want to clutter the new tab menu all that much more, especially with something like #1571 being possible. But nested `Split Pane... > [Horizontal, Vertical] > [Profiles...]` entries seem like they would work well. (we'd run abreast of #8238, but I think the idea's still good)
Author
Owner

@ghost commented on GitHub (Nov 23, 2020):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@ghost commented on GitHub (Nov 23, 2020): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@Don-Vito commented on GitHub (Nov 23, 2020):

@zadjii-msft - can we stop the bot from closing it? 😊

@Don-Vito commented on GitHub (Nov 23, 2020): @zadjii-msft - can we stop the bot from closing it? :blush:
Author
Owner

@DoctorSclero commented on GitHub (Nov 23, 2020):

@zadjii-msft I think it could be something like visual studio code that you can drag the window around the screen to split the current screen or open new windows with the already opened tabs. I don't know if this is already proposed, it can be more intuitive to the people that are approaching this stuff for the first time.

@DoctorSclero commented on GitHub (Nov 23, 2020): @zadjii-msft I think it could be something like visual studio code that you can drag the window around the screen to split the current screen or open new windows with the already opened tabs. I don't know if this is already proposed, it can be more intuitive to the people that are approaching this stuff for the first time.
Author
Owner

@zadjii-msft commented on GitHub (Nov 23, 2020):

Okay, yea what you're looking for is already covered in #4587, #7075, and a little bit of #4998. Since this is pretty well covered by other threads, @DoctorSclero is it okay if we close this one as a duplicate?

@zadjii-msft commented on GitHub (Nov 23, 2020): Okay, yea what you're looking for is already covered in #4587, #7075, and a little bit of #4998. Since this is pretty well covered by other threads, @DoctorSclero is it okay if we close this one as a duplicate?
Author
Owner

@DoctorSclero commented on GitHub (Nov 23, 2020):

@zadjii-msft Yes, of course, it's ok😀 , by the way, I think this is the best terminal you all invented, a very good job. Congrats

@DoctorSclero commented on GitHub (Nov 23, 2020): @zadjii-msft Yes, of course, it's ok😀 , by the way, I think this is the best terminal you all invented, a very good job. Congrats
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11480