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

less timeout

This commit is contained in:
jdhao 2021-11-03 08:46:38 +08:00
parent f55b0022b3
commit 4c59f8cb4a

View File

@ -12,7 +12,7 @@ set splitbelow splitright
" Time in milliseconds to wait for a mapped sequence to complete,
" see https://unix.stackexchange.com/q/36882/221410 for more info
set timeoutlen=1000
set timeoutlen=500
set updatetime=500 " For CursorHold events