13 lines
301 B
YAML
13 lines
301 B
YAML
|
windows:
|
||
|
- name: simple-four-splits
|
||
|
splits:
|
||
|
- cmd: "echo 'first split'"
|
||
|
- cmd: "echo 'second split'"
|
||
|
width: 50
|
||
|
- cmd: "echo 'fourth split'"
|
||
|
height: 50
|
||
|
target: bottom-right
|
||
|
- cmd: "echo 'third split'"
|
||
|
height: 50
|
||
|
target: bottom-left
|