Changed timeoutlen to 500ms

This commit is contained in:
Warren Hood 2022-11-13 04:33:32 +02:00
parent 01b036e257
commit 3abb8d3601

View file

@ -34,5 +34,5 @@ g.loaded_netrw = 1
g.loaded_netrwPlugin = 1
-- Timeout length (Time in milliseconds to wait for a mapped sequence to complete.)
o.timeoutlen = 0
o.timeoutlen = 500