Skip to content

Commit 48f0c6c

Browse files
committed
docs(examples): Synchronize titles
1 parent b6f5da1 commit 48f0c6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/skip-send-pane-level.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"session_name": "Skip all pane commands",
2+
"session_name": "Skip command execution (pane-level)",
33
"windows": [
44
{
55
"panes": [
@@ -17,4 +17,4 @@
1717
]
1818
}
1919
]
20-
}
20+
}

examples/skip-send-pane-level.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
session_name: Skip all pane commands
1+
session_name: Skip command execution (pane-level)
22
windows:
33
- panes:
44
- shell_command: echo "___$((1 + 3))___"

0 commit comments

Comments
 (0)