DervishD wrote:
[...]
    I'm pretty sure that my keyboard driver will feed keys faster
than 1 per 100 milliseconds (that's my ttimeoutlen setting right
now), and although I'm a fast typer, probably 100 will be too fast
for me.
[...]

Then ttimeoutlen=100 is "right" for you: it should be slower than your keyboard driver's speed (when entering several bytes for one keypress) but faster than your own typing speed. OTOH, 'timeoutlen' should be longer (slower than what you expect to be typing) so as to allow you to enter multikey mappings if someday you have any. (Or, with ":set ttimeout ttimeoutlen=100 notimeout" [without the quotes], multibyte keycodes will timeout after 0.1s and multikey mappings won't time out at all. But this may be awkward at times.)


Best regards,
Tony

Reply via email to