Leader key no timeout config #3196
-
How can I make the leader key have no timeout? I followed this config but omitted the Current workaround is to set |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think your workaround is the best option currently. You could also use leader = {
key = "a",
mods = "CTRL",
timeout_milliseconds = math.maxinteger
} instead of hard-coding 10000. |
Beta Was this translation helpful? Give feedback.
-
I noticed that I can't chain the keybinding very fast, I have to type it very slowly before leader key is activated, this is probably not a timeout issue but activation wait, is there a way to make it shorter? |
Beta Was this translation helpful? Give feedback.
I think your workaround is the best option currently. You could also use
instead of hard-coding 10000.