Skip to content

Commit 49e8d4b

Browse files
committed
fixed layout example
1 parent 28282e4 commit 49e8d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/example_session.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ windows:
2929
- echo "4"
3030
- name: left-right
3131
if: show_layouts
32-
layout: even-vertical
32+
layout: even-horizontal
3333
splits:
3434
- commands:
3535
- echo "left"
3636
- commands:
3737
- echo "right"
3838
- name: top-bottom
3939
if: show_layouts
40-
layout: even-horizontal
40+
layout: even-vertical
4141
splits:
4242
- commands:
4343
- echo "top"

0 commit comments

Comments
 (0)