diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-03 08:46:38 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-03 08:46:38 +0800 |
| commit | 4c59f8cb4ad2bd5d20d3b32e0aff3d302a8d4ada (patch) | |
| tree | c15fae81fca95463269e845d511cc69de9f318ab /core | |
| parent | f55b0022b376f3b9d76da8041335a13585ea3fe7 (diff) | |
less timeout
Diffstat (limited to 'core')
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/options.vim b/core/options.vim index f9d3cf8..477cd17 100644 --- a/core/options.vim +++ b/core/options.vim @@ -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 |
