diff --git a/README.md b/README.md index 473bbd9..594f7e5 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Keybinding | Description F7 | Jump to search F8 | Jump to response headers F9 | Jump to response body +F12 | Redirects Restriction Mode ### Context specific search diff --git a/config/config.go b/config/config.go index 065272a..c60dbcd 100644 --- a/config/config.go +++ b/config/config.go @@ -74,6 +74,7 @@ var DefaultKeys = map[string]map[string]string{ "F7": "focus search", "F8": "focus response-headers", "F9": "focus response-body", + "F12": "redirects restriction mode", }, "url": { "Enter": "submit", diff --git a/sample-config.toml b/sample-config.toml index 9c173d2..37376aa 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -31,6 +31,7 @@ F6 = "focus headers" F7 = "focus search" F8 = "focus response-headers" F9 = "focus response-body" +F12 = "redirects restriction mode" [keys.url] Enter = "submit"