aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorTLW <58749948+TinyLittleWheatley@users.noreply.github.com>2024-03-15 17:24:49 +0330
committerGitHub <noreply@github.com>2024-03-15 09:54:49 -0400
commit7715b7c2eed1a7e6ea02fd6a99a9f006c792dce4 (patch)
tree4bf3cdc7b6eb454745f629020818cadee4b3f9f3 /init.lua
parentb529bc33590cbb81a5916408b2d6001a643e596c (diff)
doc: add info about timeoutlen (#691)
Add separate comment for `timeoutlen` option `timeoutlen` option was under unrelated comment with `updatetime` option.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 04cc6b7..964ff82 100644
--- a/init.lua
+++ b/init.lua
@@ -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