update prefix key for wezterm

This commit is contained in:
♥ Minnie ♥ 2025-06-19 11:38:28 +08:00
parent c5cf5cf1d8
commit b2a0ade8b0
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

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