diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-25 00:24:21 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-12-25 00:24:21 +0800 |
| commit | 79e08d64a4141e8c54985852a8250fdaf2ca4598 (patch) | |
| tree | dfb1581926dbb2898235b65e93c618f12c34e622 | |
| parent | 75c6e5396cdf2f3d9169e705ddc99f3ff7fab52b (diff) | |
Reduce timeoutlen
| -rw-r--r-- | options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.vim b/options.vim index b9f601e..8a40608 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=1500 +set timeoutlen=1000 " For CursorHold events set updatetime=2000 |
