File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -200,21 +200,25 @@ You can create your own custom layout by specifying which views you'd like
200200to see, and where they go. The basic window layout supports eight "zones",
201201which are laid out as follows:
202202
203+ ```
203204+---------------+--------------+
204205| zone1 zone2 | zone3 zone4 |
205206+ + +
206207| zone5 zone6 | zone7 zone8 |
207208+---------------+--------------+
209+ ```
208210
209211If a zone has free space below it or to the right of it, it will try to use it.
210212Stretching downwards takes precedence over stretching rightwards.
211213E.g. suppose your layout is only non-empty in zones 1, 4, 5, 6 and 7:
212214
215+ ```
213216+---------------+--------------+
214217| zone1 | zone4 |
215218+ + +
216219| zone5 zone6 | zone7 |
217220+---------------+--------------+
221+ ```
218222
219223Then zone1 will stretch right-wards to make a three-zone view. Zone4 will stretch
220224downwards to make a long two-zone view.
You can’t perform that action at this time.
0 commit comments