update prefix key for wezterm
This commit is contained in:
parent
c5cf5cf1d8
commit
b2a0ade8b0
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ config.colors = {
|
||||||
config.disable_default_key_bindings = true
|
config.disable_default_key_bindings = true
|
||||||
|
|
||||||
-- Setup leader key
|
-- Setup leader key
|
||||||
config.leader = { key = "Space", mods = "ALT", timeout_milliseconds = 1000 }
|
config.leader = { key = "a", mods = "ALT", timeout_milliseconds = 1000 }
|
||||||
|
|
||||||
-- General keymaps
|
-- General keymaps
|
||||||
config.keys = {
|
config.keys = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue