mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +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 lfowlist
|
||
|
# 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
|