diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-11 00:05:39 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-11 00:05:39 +0800 |
| commit | 5366c0644eaa48fa2e9b2b6e15c524e6b5342322 (patch) | |
| tree | f066ce470baceee26e962f675a068e153d093c7e | |
| parent | 3557b7fb09665e9d6b35f408afc133cf85aefcf5 (diff) | |
update ignore files
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | core/options.vim | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,3 +2,4 @@ tags en.utf-8.add.spl *.exe .netrwhist +packer_compiled.lua diff --git a/core/options.vim b/core/options.vim index 3fb9389..e241537 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=1000 +set timeoutlen=500 set updatetime=1000 " For CursorHold events |
