Compare commits

..

No commits in common. "7ca4c911a60b9579fdb673deb2a242178cf15608" and "0a2b98e59f780eb5958940b9cac03f2d2ac02685" have entirely different histories.

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 = 2000 }
config.leader = { key = "a", mods = "ALT", timeout_milliseconds = 1000 }
-- General keymaps
config.keys = {
@ -113,12 +113,6 @@ config.keys = {
action = wezterm.action.ActivateTabRelative(1),
},
{ -- Close tab
key = "Q",
mods = "LEADER",
action = wezterm.action.CloseCurrentTab({ confirm = false }),
},
--
-- Pane management
--