diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-11 00:05:55 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-11 00:05:55 +0800 |
| commit | b7fcd4e32ee50287211aebc43d76dcf0d1a3e87c (patch) | |
| tree | 63368273f8c511da26ad572cef7e9c490c6bf019 /core/options.vim | |
| parent | 5366c0644eaa48fa2e9b2b6e15c524e6b5342322 (diff) | |
timeout
Diffstat (limited to 'core/options.vim')
| -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 e241537..3fb9389 100644 --- a/core/options.vim +++ b/core/options.vim @@ -13,7 +13,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=500 +set timeoutlen=1000 set updatetime=1000 " For CursorHold events |
