consistent with wm
This commit is contained in:
parent
46fa991425
commit
2bb8f900fa
|
@ -97,7 +97,7 @@ end
|
||||||
|
|
||||||
config.keys = {
|
config.keys = {
|
||||||
--| Spawn Tab
|
--| Spawn Tab
|
||||||
{ key = 't', mods = 'ALT', action = act.SpawnTab 'CurrentPaneDomain', },
|
{ key = 'n', mods = 'ALT', action = act.SpawnTab 'CurrentPaneDomain', },
|
||||||
--| Tab Navigation
|
--| Tab Navigation
|
||||||
{ key = 'LeftArrow', mods = 'ALT', action = act.ActivateTabRelative(-1) },
|
{ key = 'LeftArrow', mods = 'ALT', action = act.ActivateTabRelative(-1) },
|
||||||
{ key = 'RightArrow', mods = 'ALT', action = act.ActivateTabRelative(1) },
|
{ key = 'RightArrow', mods = 'ALT', action = act.ActivateTabRelative(1) },
|
||||||
|
|
Loading…
Reference in a new issue