view.create to view.flows.create for defaultkeys

This commit is contained in:
Miroslav 2018-06-30 15:46:54 +03:00
parent 3f6147ee77
commit 4e5551c483

View file

@ -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"
)