1
0
Fork 0

Revert "wezterm: tab management"

This reverts commit 7a2cb682ba.
This commit is contained in:
Von Random 2024-05-22 10:47:35 +03:00
parent bf590cf858
commit 4724527b74
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,6 @@ local keybinds = {
{ key = 't', mods = 'LEADER', action = act.EmitEvent('override-theme') },
{ key = 'r', mods = 'LEADER', action = act.EmitEvent('override-reset') },
-- tabs
{ key = 'w', mods = 'LEADER', action = act.ShowTabNavigator },
{ key = 'c', mods = 'LEADER', action = act.SpawnTab('DefaultDomain') },
{ key = 'n', mods = 'LEADER', action = act.ActivateTabRelative( 1) },
{ key = 'p', mods = 'LEADER', action = act.ActivateTabRelative(-1) },