blob: ca7cee699304a6eec55ee9ad87e99a05ad09fe08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-
# Simple global binding
key: ctrl a
cmd: replay.client @marked
-
# Bind key only in the flowlist
# Note that 1 is quoted, or YAML interprets it as a digit
key: "1"
ctx: ["flowlist"]
cmd: console.nav.down
help: Go to next flow
|