We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b86136 commit eb31ee3Copy full SHA for eb31ee3
1 file changed
docs/configuration/index.md
@@ -38,9 +38,9 @@ session_name: My session
38
windows:
39
- window_name: Window 1
40
panes:
41
- - shell_commands:
+ - shell_command:
42
- cmd: echo "pane 1"
43
44
- cmd: echo "pane 2"
45
```
46
@@ -91,7 +91,7 @@ Breaking down the basic configuration into sections:
91
```yaml
92
93
94
95
- cmd: echo "pane 1 - cmd 1"
96
# command options
97
- cmd: echo "pane 1 - cmd 2"
0 commit comments