diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-22 22:53:40 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-22 22:53:40 +0800 |
| commit | 9a2e1b84751dd1a49ff6534814b8f89138a1dc24 (patch) | |
| tree | 832792592443f403bf1e709aa1395e09d6802c05 | |
| parent | 553ff503037696611d45d60767932aaf0a2ffc8c (diff) | |
reduce updatetime
| -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 afd957b..0b39b70 100644 --- a/core/options.vim +++ b/core/options.vim @@ -15,7 +15,7 @@ set splitbelow splitright " see https://unix.stackexchange.com/q/36882/221410 for more info set timeoutlen=1000 -set updatetime=1000 " For CursorHold events +set updatetime=500 " For CursorHold events " Clipboard settings, always use clipboard for all delete, yank, change, put " operation, see https://stackoverflow.com/q/30691466/6064933 |
