mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-21 22:58:24 +00:00
11 lines
245 B
YAML
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 |