Removed conflicting binds

This commit is contained in:
Zackarias Montell
2025-05-15 14:57:21 +02:00
parent 916fdf73e3
commit 18c15907ef

View File

@@ -76,10 +76,6 @@ return {
{ key = "DownArrow", mods = "LEADER", action = act.ActivatePaneDirection("Down") }, { key = "DownArrow", mods = "LEADER", action = act.ActivatePaneDirection("Down") },
{ key = "UpArrow", mods = "LEADER", action = act.ActivatePaneDirection("Up") }, { key = "UpArrow", mods = "LEADER", action = act.ActivatePaneDirection("Up") },
{ key = "RightArrow", mods = "LEADER", action = act.ActivatePaneDirection("Right") }, { key = "RightArrow", mods = "LEADER", action = act.ActivatePaneDirection("Right") },
{ key = "h", mods = "LEADER", action = act.ActivatePaneDirection("Left") },
{ key = "j", mods = "LEADER", action = act.ActivatePaneDirection("Down") },
{ key = "k", mods = "LEADER", action = act.ActivatePaneDirection("Up") },
{ key = "l", mods = "LEADER", action = act.ActivatePaneDirection("Right") },
{ key = "H", mods = "LEADER", action = act({ AdjustPaneSize = { "Left", 5 } }) }, { key = "H", mods = "LEADER", action = act({ AdjustPaneSize = { "Left", 5 } }) },
{ key = "J", mods = "LEADER", action = act({ AdjustPaneSize = { "Down", 5 } }) }, { key = "J", mods = "LEADER", action = act({ AdjustPaneSize = { "Down", 5 } }) },