You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wuzz/sample-config.toml

31 lines
438 B
TOML

[general]
timeout = "1m"
defaultURLScheme = "https"
formatJSON = true
preserveScrollPosition = true
insecure = false
# KEYBINDINGS
[keys.global]
CtrlH = "submit"
CtrlW = "save"
CtrlN = "nextView"
CtrlP = "prevView"
AltEnter = "history"
[keys.search]
Tab = "focus url"
[keys.url]
Tab = "focus search"
[keys.response-body]
j = "scrollDown"
k = "scrollUp"
J = "pageDown"
K = "pageUp"
[keys.response-headers]
j = "pageDown"
k = "pageUp"