diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:58:04 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-18 02:15:21 -0500 |
| commit | 91e22c4076ae58cec23ac5a9b2ea7181dd8f988a (patch) | |
| tree | 3aa141ff33eef07641f1f054adb8fbbb7c0789a8 /lua/user/options.lua | |
| parent | 636d893c01ecb123f05e1e54618eca7a7d0e5f80 (diff) | |
add whichkey
add whickey
fix
t
fix close
Diffstat (limited to 'lua/user/options.lua')
| -rw-r--r-- | lua/user/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua index 6b38e23..799aa9d 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -17,7 +17,7 @@ local options = { splitright = true, -- force all vertical splits to go to the right of current window swapfile = false, -- creates a swapfile -- termguicolors = true, -- set term gui colors (most terminals support this) - timeoutlen = 1000, -- time to wait for a mapped sequence to complete (in milliseconds) + timeoutlen = 100, -- time to wait for a mapped sequence to complete (in milliseconds) undofile = true, -- enable persistent undo updatetime = 300, -- faster completion (4000ms default) writebackup = false, -- if a file is being edited by another program (or was written to file while editing with another program), it is not allowed to be edited |
