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.
This commit is contained in:
Ryan Roden-Corrent 2016-05-14 19:30:39 -04:00
parent d592a3e764
commit 231950aa88

View File

@ -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',