Skip to content
Prev Previous commit
Next Next commit
docs(examples): Synchronize titles
  • Loading branch information
tony committed Mar 14, 2022
commit e04360854bceffc0c2daf6b53c10157663ee63c8
4 changes: 2 additions & 2 deletions examples/skip-send-pane-level.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"session_name": "Skip all pane commands",
"session_name": "Skip command execution (pane-level)",
"windows": [
{
"panes": [
Expand All @@ -17,4 +17,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion examples/skip-send-pane-level.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
session_name: Skip all pane commands
session_name: Skip command execution (pane-level)
windows:
- panes:
- shell_command: echo "___$((1 + 3))___"
Expand Down