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:
parent
d592a3e764
commit
231950aa88
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user