rework keybind
This commit is contained in:
parent
987aba5c40
commit
f342d0dffd
|
@ -85,7 +85,7 @@ config.colors = {
|
||||||
config.disable_default_key_bindings = true
|
config.disable_default_key_bindings = true
|
||||||
config.keys = {
|
config.keys = {
|
||||||
--| Spawn Tab
|
--| Spawn Tab
|
||||||
{ key = "n", mods = "ALT", action = act.SpawnTab("CurrentPaneDomain") },
|
{ key = "Enter", 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