Skip to content

Commit 3e25179

Browse files
committed
Add changelog note
1 parent e3e661c commit 3e25179

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
#### What's new
88

9+
- #749: Sleep before command execution, via `sleep: false` (per-pane only)
10+
11+
```yaml
12+
session_name: Should not execute
13+
windows:
14+
- panes:
15+
- shell_command: echo "___$((1 + 3))___"
16+
sleep: 2
17+
```
18+
19+
This will pause 2 seconds before execution
20+
921
- #747: Skip execution via `enter: false`
1022

1123
```yaml

0 commit comments

Comments
 (0)