Implement moving into that submap
This commit is contained in:
parent
4efd4c3625
commit
c653114e2c
@ -91,6 +91,10 @@ bind = , l, resizeactive, $resizeFactor 0
|
||||
bind = , h, resizeactive, -$resizeFactor 0
|
||||
bind = , k, resizeactive, 0 -$resizeFactor
|
||||
bind = , j, resizeactive, 0 $resizeFactor
|
||||
bind = SHIFT, h, moveactive, -$resizeFactor 0
|
||||
bind = SHIFT, j, moveactive, 0 $resizeFactor
|
||||
bind = SHIFT, k, moveactive, 0 -$resizeFactor
|
||||
bind = SHIFT, l, moveactive, $resizeFactor 0
|
||||
bind = , Return, submap, reset
|
||||
bind = , Escape, submap, reset
|
||||
bind = $mainMod SHIFT, R, submap, reset
|
||||
|
Loading…
x
Reference in New Issue
Block a user