Skip to content

Commit 6e8ab5a

Browse files
committed
make readme look nice
1 parent ea2597a commit 6e8ab5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,21 +200,25 @@ You can create your own custom layout by specifying which views you'd like
200200
to see, and where they go. The basic window layout supports eight "zones",
201201
which are laid out as follows:
202202

203+
```
203204
+---------------+--------------+
204205
| zone1 zone2 | zone3 zone4 |
205206
+ + +
206207
| zone5 zone6 | zone7 zone8 |
207208
+---------------+--------------+
209+
```
208210

209211
If a zone has free space below it or to the right of it, it will try to use it.
210212
Stretching downwards takes precedence over stretching rightwards.
211213
E.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

219223
Then zone1 will stretch right-wards to make a three-zone view. Zone4 will stretch
220224
downwards to make a long two-zone view.

0 commit comments

Comments
 (0)