Removed conflicting binds
This commit is contained in:
@@ -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 } }) },
|
||||||
|
|||||||
Reference in New Issue
Block a user