reduce timeout (for smoother j)
This commit is contained in:
parent
f342e2ce2d
commit
3d237525de
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue