mitmproxy/examples/keys.yaml
2018-05-27 19:40:26 +03:00

11 lines
245 B
YAML

-
# 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