diff options
| -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 |
