diff options
author | TLW <58749948+TinyLittleWheatley@users.noreply.github.com> | 2024-03-15 17:24:49 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 09:54:49 -0400 |
commit | 7715b7c2eed1a7e6ea02fd6a99a9f006c792dce4 (patch) | |
tree | 4bf3cdc7b6eb454745f629020818cadee4b3f9f3 | |
parent | b529bc33590cbb81a5916408b2d6001a643e596c (diff) |
doc: add info about timeoutlen (#691)
Add separate comment for `timeoutlen` option
`timeoutlen` option was under unrelated comment with `updatetime` option.
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -130,6 +130,9 @@ vim.opt.signcolumn = 'yes' -- Decrease update time vim.opt.updatetime = 250 + +-- Decrease mapped sequence wait time +-- Displays which-key popup sooner vim.opt.timeoutlen = 300 -- Configure how new splits should be opened |