Skip to content

Commit 0d2127b

Browse files
committed
Update 3.0 CLI configuration doc
1 parent 4cbfae1 commit 0d2127b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/manual/cli/configuration-v3.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Here's an overview of all available options for each configuration section.
1616
; It can also be overriden by setting ASCIINEMA_SERVER_URL environment variable
1717
url = "https://asciinema.example.com"
1818

19-
[cmd.rec]
19+
[recording]
2020

2121
; Command to record, default: $SHELL
2222
command = "/bin/bash -l"
2323

2424
; Enable input (keyboard) recording, default: false
25-
input = true
25+
rec_input = true
2626

2727
; List of environment variables to capture, default: SHELL,TERM
28-
env = "SHELL,TERM,USER"
28+
rec_env = "SHELL,TERM,USER"
2929

3030
; Limit recorded terminal inactivity to max n seconds, default: off
3131
idle_time_limit = 2
@@ -41,7 +41,7 @@ add_marker_key = "^x"
4141
; be preceeded by it, default: no prefix
4242
prefix_key = "^a"
4343

44-
[cmd.play]
44+
[playback]
4545

4646
; Playback speed (can be fractional), default: 1
4747
speed = 2
@@ -79,7 +79,7 @@ command = 'tmux display-message "$TEXT"'
7979
A minimal config file could look like this:
8080

8181
```toml
82-
[cmd.rec]
82+
[recording]
8383
idle_time_limit = 2
8484
```
8585

0 commit comments

Comments
 (0)