consistent with wm

This commit is contained in:
♥ Minnie ♥ 2024-01-29 22:28:39 +08:00
parent 46fa991425
commit 2bb8f900fa

View file

@ -97,7 +97,7 @@ end
config.keys = {
--| Spawn Tab
{ key = 't', mods = 'ALT', action = act.SpawnTab 'CurrentPaneDomain', },
{ key = 'n', mods = 'ALT', action = act.SpawnTab 'CurrentPaneDomain', },
--| Tab Navigation
{ key = 'LeftArrow', mods = 'ALT', action = act.ActivateTabRelative(-1) },
{ key = 'RightArrow', mods = 'ALT', action = act.ActivateTabRelative(1) },