feat(wezterm): add keybind for last tab
This commit is contained in:
@@ -110,6 +110,10 @@ function M.enable_multiplexing()
|
|||||||
M.keys,
|
M.keys,
|
||||||
{ key = "p", mods = "LEADER", action = act.ActivateTabRelative(-1) }
|
{ key = "p", mods = "LEADER", action = act.ActivateTabRelative(-1) }
|
||||||
)
|
)
|
||||||
|
table.insert(
|
||||||
|
M.keys,
|
||||||
|
{ key = "o", mods = "LEADER", action = act.ActivateLastTab }
|
||||||
|
)
|
||||||
table.insert(
|
table.insert(
|
||||||
M.keys,
|
M.keys,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user