rework keybind

This commit is contained in:
♥ Minnie ♥ 2024-12-22 16:54:34 +08:00
parent 987aba5c40
commit f342d0dffd
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -85,7 +85,7 @@ config.colors = {
config.disable_default_key_bindings = true
config.keys = {
--| Spawn Tab
{ key = "n", mods = "ALT", action = act.SpawnTab("CurrentPaneDomain") },
{ key = "Enter", mods = "ALT", action = act.SpawnTab("CurrentPaneDomain") },
--| Tab Navigation
{ key = "LeftArrow", mods = "ALT", action = act.ActivateTabRelative(-1) },
{ key = "RightArrow", mods = "ALT", action = act.ActivateTabRelative(1) },