mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
view.create to view.flows.create for defaultkeys
This commit is contained in:
parent
3f6147ee77
commit
4e5551c483
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ def map(km):
|
|||
km.add("M", "view.properties.marked.toggle", ["flowlist"], "Toggle viewing marked flows")
|
||||
km.add(
|
||||
"n",
|
||||
"console.command view.create get https://example.com/",
|
||||
"console.command view.flows.create get https://example.com/",
|
||||
["flowlist"],
|
||||
"Create a new flow"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue