1
0
Fork 0

aerospace: Restore binds to move instead of join

This commit is contained in:
Jeremy Kaplan 2024-11-04 07:08:46 -08:00
commit 61d47f8ec0

View file

@ -49,6 +49,11 @@ alt-shift-k = 'join-with up'
alt-shift-h = 'join-with left'
alt-shift-l = 'join-with right'
alt-shift-ctrl-j = 'move down'
alt-shift-ctrl-k = 'move up'
alt-shift-ctrl-h = 'move left'
alt-shift-ctrl-l = 'move right'
alt-shift-f = 'fullscreen'
alt-shift-space = 'layout floating tiling'