From 5df0b9e9610b803241f8c4870ddfe3afb450a048 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 8 Feb 2012 22:55:48 +1300 Subject: Further keybinding consolidation. Also, move KVEditor's "i" binding to "A" to avoid clashes with global bindings. --- libmproxy/console/connview.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libmproxy/console/connview.py') diff --git a/libmproxy/console/connview.py b/libmproxy/console/connview.py index 49418d01..289d8024 100644 --- a/libmproxy/console/connview.py +++ b/libmproxy/console/connview.py @@ -23,7 +23,11 @@ def _mkhelp(): [("text", ": hex dump")] ), ("p", "previous flow"), + ("r", "replay request"), + ("R", "revert changes to request"), ("v", "view body in external viewer"), + ("w", "save all flows matching current limit"), + ("W", "save this flow"), ("z", "encode/decode a request/response"), ("tab", "toggle request/response view"), ("space", "next flow"), -- cgit v1.2.3