wezterm: tab management
This commit is contained in:
parent
8eefec7bb8
commit
7a2cb682ba
2 changed files with 2 additions and 3 deletions
|
@ -9,6 +9,7 @@ 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) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue