From 231950aa880391ac814b33e6fa04899d1fb0ff85 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Sat, 14 May 2016 19:30:39 -0400 Subject: [PATCH] Increase default value for input.partial-timeout. Increase from 500 to 2500. This allows the user more time to read hints shown in the new keyhint popup. --- qutebrowser/config/configdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index e1695900d..2af418a5e 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -477,7 +477,7 @@ def data(readonly=False): "Timeout for ambiguous key bindings."), ('partial-timeout', - SettingValue(typ.Int(minval=0, maxval=MAXVALS['int']), '1000'), + SettingValue(typ.Int(minval=0, maxval=MAXVALS['int']), '2500'), "Timeout for partially typed key bindings."), ('insert-mode-on-plugins',