Creating two containers with separate layout modes side by side
Hi,
is there a convenient way for having two containers with separate layout modes side by side? For example, how do I create two horizontal split containers both in a tabbed layout easily (see below)?
_____________________________________
|_progr1_|_progr2_|_progr3_|_progr4_|
| | |
| progr 1/2 cont. | progr 3/4 cont. |
|_________________|_________________|
Right now, I create something like this in the following way:
1. Start program 1
2. Switch to tabbed mode (mod+w)
3. Start program 2
4. Select the parent container (mod+a)
5. Start program 3
6. Switch to tabbed mode (mod+w) -> now, the parent container of
program 1/2 is on tab next to program 3
7. Select the parent container of program 1 and 2 (mod+a) and move
it away from program 3 (mod+shift+arrowKey)
8. Select program 3 and start program 4
Although this approach is working fine for me, it looks a bit tedious to perform all 8 steps described above for such a useful layout-arrangement.
Is there a more convenient way than the one I described above? Is it maybe possible to change the layout of a container separately?
Thank you very much!