File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ Here's an overview of all available options for each configuration section.
16
16
; It can also be overriden by setting ASCIINEMA_SERVER_URL environment variable
17
17
url = " https://asciinema.example.com"
18
18
19
- [cmd . rec ]
19
+ [recording ]
20
20
21
21
; Command to record, default: $SHELL
22
22
command = " /bin/bash -l"
23
23
24
24
; Enable input (keyboard) recording, default: false
25
- input = true
25
+ rec_input = true
26
26
27
27
; List of environment variables to capture, default: SHELL,TERM
28
- env = " SHELL,TERM,USER"
28
+ rec_env = " SHELL,TERM,USER"
29
29
30
30
; Limit recorded terminal inactivity to max n seconds, default: off
31
31
idle_time_limit = 2
@@ -41,7 +41,7 @@ add_marker_key = "^x"
41
41
; be preceeded by it, default: no prefix
42
42
prefix_key = " ^a"
43
43
44
- [cmd . play ]
44
+ [playback ]
45
45
46
46
; Playback speed (can be fractional), default: 1
47
47
speed = 2
@@ -79,7 +79,7 @@ command = 'tmux display-message "$TEXT"'
79
79
A minimal config file could look like this:
80
80
81
81
``` toml
82
- [cmd . rec ]
82
+ [recording ]
83
83
idle_time_limit = 2
84
84
```
85
85
You can’t perform that action at this time.
0 commit comments