reduce timeout (for smoother j)

This commit is contained in:
andrzej 2024-05-03 01:24:32 +02:00
parent f342e2ce2d
commit 3d237525de
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ vim.opt.updatetime = 250
-- Decrease mapped sequence wait time
-- Displays which-key popup sooner
vim.opt.timeoutlen = 300
vim.opt.timeoutlen = 100
-- Configure how new splits should be opened
vim.opt.splitright = true
@ -50,4 +50,3 @@ vim.g.markdown_folding = 1
vim.opt.spelllang = "en_us"
vim.opt.spell = true