2017-02-11 19:17:43 +00:00
|
|
|
[general]
|
|
|
|
timeout = "1m"
|
|
|
|
formatJSON = true
|
2017-02-12 16:44:57 +00:00
|
|
|
insecure = false
|
2017-03-03 17:50:06 +00:00
|
|
|
preserveScrollPosition = true
|
2017-03-02 01:36:42 +00:00
|
|
|
followRedirects = true
|
2017-03-03 17:50:06 +00:00
|
|
|
defaultURLScheme = "https"
|
2017-03-04 03:13:53 +00:00
|
|
|
statusLine = "[wuzz {{.Version}}] [Response time: {{.Duration}}]"
|
2017-03-17 02:04:08 +00:00
|
|
|
editor = "vim"
|
2017-02-17 00:25:59 +00:00
|
|
|
|
|
|
|
# KEYBINDINGS
|
|
|
|
[keys.global]
|
2017-03-03 17:50:06 +00:00
|
|
|
CtrlR = "submit"
|
|
|
|
CtrlC = "quit"
|
2017-03-13 10:07:29 +00:00
|
|
|
CtrlS = "saveResponse"
|
2017-03-03 17:50:06 +00:00
|
|
|
CtrlD = "deleteLine"
|
|
|
|
CtrlW = "deleteWord"
|
2017-07-20 21:20:05 +00:00
|
|
|
CtrlF = "loadRequest"
|
2017-03-13 10:07:29 +00:00
|
|
|
CtrlE = "saveRequest"
|
2017-04-14 15:14:26 +00:00
|
|
|
CtrlT = "toggleContextSpecificSearch"
|
2017-04-14 18:31:18 +00:00
|
|
|
CtrlX = "clearHistory"
|
2017-03-03 17:50:06 +00:00
|
|
|
Tab = "nextView"
|
|
|
|
CtrlJ = "nextView"
|
|
|
|
CtrlK = "prevView"
|
|
|
|
AltH = "history"
|
|
|
|
F2 = "focus url"
|
|
|
|
F3 = "focus get"
|
|
|
|
F4 = "focus method"
|
|
|
|
F5 = "focus data"
|
|
|
|
F6 = "focus headers"
|
|
|
|
F7 = "focus search"
|
|
|
|
F8 = "focus response-headers"
|
|
|
|
F9 = "focus response-body"
|
2017-02-17 00:25:59 +00:00
|
|
|
|
|
|
|
[keys.url]
|
2017-03-03 17:50:06 +00:00
|
|
|
Enter = "submit"
|
|
|
|
|
|
|
|
[keys.response-headers]
|
|
|
|
ArrowUp = "scrollUp"
|
|
|
|
ArrowDown = "scrollDown"
|
|
|
|
PageUp = "pageUp"
|
|
|
|
PageDown = "pageDown"
|
2017-02-17 00:25:59 +00:00
|
|
|
|
|
|
|
[keys.response-body]
|
2017-03-03 17:50:06 +00:00
|
|
|
ArrowUp = "scrollUp"
|
|
|
|
ArrowDown = "scrollDown"
|
|
|
|
PageUp = "pageUp"
|
|
|
|
PageDown = "pageDown"
|
2017-02-17 00:25:59 +00:00
|
|
|
|
2017-03-03 17:50:06 +00:00
|
|
|
[keys.help]
|
|
|
|
ArrowUp = "scrollUp"
|
|
|
|
ArrowDown = "scrollDown"
|
|
|
|
PageUp = "pageUp"
|
2017-03-04 02:18:48 +00:00
|
|
|
PageDown = "pageDown"
|