mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim/lua/user/options.lua: increase vim.o.timeoutlen
This commit is contained in:
parent
5b322780fc
commit
4293933ad3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ vim.o.updatetime = 50
|
|||
|
||||
-- Decrease mapped sequence wait time
|
||||
-- Displays which-key popup sooner
|
||||
vim.o.timeoutlen = 50
|
||||
vim.o.timeoutlen = 200
|
||||
|
||||
vim.o.mouse = "a"
|
||||
vim.o.confirm = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue