54

In a terminal window, I can use File > Open Tab to get two tabs in the same window.
Then, if I move the terminal up to the top of the OS, those two tabs become two separated windows.

How can I merge those two windows back to one (like I had before)?

4 Answers4

74

I don't think that's possible.

What you can do: create a new tab in the window that you want to merge into the first one, then choose the first tab and drag it to that window and close the other window.

The process would look like:

[window] → [[tab][tab]] → [window] [window] → [window] [[tab][tab]] → [[tab][tab]] [window] → [[tab][tab]].

Confused? - Here is a clip showing the process. ;-)

htorque
  • 64,798
25

This might be an old thread but Im adding this incase someone stumbles onto this thread looking for the answer.

  1. Add a new empty tab to the terminal you want to move.
  2. Grab the tab of the terminal you want to move, and drag it to the terminal window you want this terminal in.
  3. Delete the previous terminal window
  4. you should now have the terminals merged back into one
Steve
  • 351
  • 3
  • 2