extend leader timeout

This commit is contained in:
♥ Minnie ♥ 2025-06-27 10:51:22 +08:00
parent 8639824198
commit 7ca4c911a6
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -87,7 +87,7 @@ config.colors = {
config.disable_default_key_bindings = true
-- Setup leader key
config.leader = { key = "a", mods = "ALT", timeout_milliseconds = 1000 }
config.leader = { key = "a", mods = "ALT", timeout_milliseconds = 2000 }
-- General keymaps
config.keys = {