2x2 window arrangment
asked 2014-06-18 19:15:50 +0000
Anonymous
Is it possible to reach, say, from this arrangement:
|1|2|3|4|
this one:
|1|2|
|3|4|
?
asked 2014-06-18 19:15:50 +0000
Anonymous
Is it possible to reach, say, from this arrangement:
|1|2|3|4|
this one:
|1|2|
|3|4|
?
Every window is drawn within a container. You can split a container vertically, then move the window next to it into the newly split container. Open four windows, split the first and second, and move the third and fourth into them as desired.
Just to sum up both answers: They are both working but there is a difference in the resulting layout tree:
focus parent
you get the row holding 3 and 4focus parent
you get the column with 1 and 3Use whatever seems better to you. Personally I like the first approach better since it comes with less keyboard action (depending on which window you are starting in; worst case: 8 key combinations vs. 12)
How did you quantify that? What's the "worst case" you're referring to? I'm just curious, I'm not looking for a debate here. ;) It's just that there are several variables to account for, and I can't think one way would be quantifiably "simpler" than the other.
One solution I found is:
focus 3
move down
splith
create new window (say 5)
focus 4
move down
close window 5
Maybe there is another one which does not require opening a new window?
Asked: 2014-06-18 19:15:50 +0000
Seen: 317 times
Last updated: Jun 20 '14