Skip to content

Commit 803903b

Browse files
committed
docs(CHANGES): Update to show command-level enter: false
1 parent 9cb81b5 commit 803903b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGES

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@
1212
session_name: Should not execute
1313
windows:
1414
- panes:
15-
- shell_command: echo "___$((1 + 3))___"
15+
- shell_command:
16+
- cmd: echo "___$((1 + 3))___"
17+
enter: false
18+
19+
# pane-wide skip
20+
- shell_command:
21+
- echo "___$((1 + 3))___"
1622
enter: false
1723
```
1824

0 commit comments

Comments
 (0)