Increase timeoutlen to 400
sometimes 200 ms is way too for 3 key mappings
This commit is contained in:
parent
10ddd491c1
commit
e6ae79127f
|
@ -11,7 +11,7 @@ opt.mouse = "a"
|
||||||
opt.signcolumn = "yes"
|
opt.signcolumn = "yes"
|
||||||
opt.cmdheight = 1
|
opt.cmdheight = 1
|
||||||
opt.updatetime = 250 -- update interval for gitsigns
|
opt.updatetime = 250 -- update interval for gitsigns
|
||||||
opt.timeoutlen = 200
|
opt.timeoutlen = 400
|
||||||
opt.clipboard = "unnamedplus"
|
opt.clipboard = "unnamedplus"
|
||||||
|
|
||||||
-- Numbers
|
-- Numbers
|
||||||
|
|
Loading…
Reference in New Issue