1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Reduce timeoutlen

This commit is contained in:
jdhao 2019-12-25 00:24:21 +08:00
parent 75c6e5396c
commit 79e08d64a4

View File

@ -11,7 +11,7 @@ set splitbelow splitright
" Time in milliseconds to wait for a mapped sequence to complete,
" see https://goo.gl/vHvyu8 for more info
set timeoutlen=1500
set timeoutlen=1000
" For CursorHold events
set updatetime=2000