diff options
author | Aldo Cortesi <aldo@corte.si> | 2018-05-15 12:01:10 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-15 12:01:10 +1200 |
commit | b87a1a650c02e0df3f65ec1c126eace5e9139947 (patch) | |
tree | db3fb15dfe00551e8b6a223a0007c231347374da /examples | |
parent | 3ec3e4bcc994122b0678d56abff70174478b9238 (diff) | |
parent | 56010ebcb7e3ac175441c6f2d1cbdf12067092ca (diff) | |
download | mitmproxy-b87a1a650c02e0df3f65ec1c126eace5e9139947.tar.gz mitmproxy-b87a1a650c02e0df3f65ec1c126eace5e9139947.tar.bz2 mitmproxy-b87a1a650c02e0df3f65ec1c126eace5e9139947.zip |
Merge pull request #3125 from cortesi/ndocs
docs: tweaks and document keys.yaml
Diffstat (limited to 'examples')
-rw-r--r-- | examples/keys.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/keys.yaml b/examples/keys.yaml new file mode 100644 index 00000000..a2b3d66a --- /dev/null +++ b/examples/keys.yaml @@ -0,0 +1,11 @@ +- + # 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
\ No newline at end of file |