make which-key less aggressive
This commit is contained in:
parent
07d000aaba
commit
b800cd4309
2
init.lua
2
init.lua
@ -47,7 +47,7 @@ vim.opt.updatetime = 250
|
|||||||
|
|
||||||
-- Decrease mapped sequence wait time
|
-- Decrease mapped sequence wait time
|
||||||
-- Displays which-key popup sooner
|
-- Displays which-key popup sooner
|
||||||
vim.opt.timeoutlen = 300
|
vim.opt.timeoutlen = 1500
|
||||||
|
|
||||||
-- Configure how new splits should be opened
|
-- Configure how new splits should be opened
|
||||||
vim.opt.splitright = true
|
vim.opt.splitright = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user