increase timeout
This commit is contained in:
parent
9697ff7225
commit
89077cb48e
|
@ -21,7 +21,7 @@ vim.opt.updatetime = 250
|
|||
|
||||
-- Decrease mapped sequence wait time
|
||||
-- Displays which-key popup sooner
|
||||
vim.opt.timeoutlen = 100
|
||||
vim.opt.timeoutlen = 300
|
||||
|
||||
-- Configure how new splits should be opened
|
||||
vim.opt.splitright = true
|
||||
|
|
Loading…
Reference in New Issue