mitmproxy/examples/keys.yaml

11 lines
245 B
YAML
Raw Normal View History

-
# Simple global binding
key: ctrl a
cmd: replay.client @marked
-
2018-05-27 16:40:26 +00:00
# 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