feat(wezterm): add keybind for last tab

This commit is contained in:
2025-05-14 14:54:15 +02:00
parent 0a3befa677
commit 8828947c66
+4
View File
@@ -110,6 +110,10 @@ function M.enable_multiplexing()
M.keys,
{ key = "p", mods = "LEADER", action = act.ActivateTabRelative(-1) }
)
table.insert(
M.keys,
{ key = "o", mods = "LEADER", action = act.ActivateLastTab }
)
table.insert(
M.keys,
{