increase timeout

This commit is contained in:
andrzej 2024-05-18 12:02:53 +02:00
parent 9697ff7225
commit 89077cb48e
1 changed files with 1 additions and 1 deletions

View File

@ -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