diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-24 23:57:15 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-12-24 23:57:15 +0800 |
| commit | 75c6e5396cdf2f3d9169e705ddc99f3ff7fab52b (patch) | |
| tree | 155bb6ab3ff926cdba86d363122f12caf5433b82 | |
| parent | 5c9bfa3dca9c31cdcf417e3918aa0b7336d7e58f (diff) | |
increase timeoutlen
| -rw-r--r-- | options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.vim b/options.vim index a582437..b9f601e 100644 --- a/options.vim +++ b/options.vim @@ -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=500 +set timeoutlen=1500 " For CursorHold events set updatetime=2000 |
