We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9a040 commit 9a5ab75Copy full SHA for 9a5ab75
1 file changed
lua/kickstart/plugins/which-key.lua
@@ -19,7 +19,7 @@ return {
19
opts = {
20
-- delay between pressing a key and opening which-key (milliseconds)
21
-- this setting is independent of vim.o.timeoutlen
22
- delay = 0,
+ delay = 500,
23
icons = {
24
-- set icon mappings to true if you have a Nerd Font
25
mappings = vim.g.have_nerd_font,
0 commit comments