feat(wezterm): add keybind for last tab
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user