oops
This commit is contained in:
parent
54fa622c0b
commit
8ef63b0d86
|
@ -82,10 +82,12 @@ for key, dir in pairs({ h = 'Left', j = 'Down', k = 'Up', l = 'Right' }) do
|
|||
table.insert(config.keys, {
|
||||
key = key,
|
||||
mods = 'CTRL',
|
||||
action = act.ActivatePaneDirection(dir),
|
||||
})
|
||||
table.insert(config.keys, {
|
||||
key = key,
|
||||
mods = 'LEADER',
|
||||
action = act.SplitPane { direction = dir },
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user