Implement moving into that submap
This commit is contained in:
@@ -91,6 +91,10 @@ bind = , l, resizeactive, $resizeFactor 0
|
|||||||
bind = , h, resizeactive, -$resizeFactor 0
|
bind = , h, resizeactive, -$resizeFactor 0
|
||||||
bind = , k, resizeactive, 0 -$resizeFactor
|
bind = , k, resizeactive, 0 -$resizeFactor
|
||||||
bind = , j, 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 = , Return, submap, reset
|
||||||
bind = , Escape, submap, reset
|
bind = , Escape, submap, reset
|
||||||
bind = $mainMod SHIFT, R, submap, reset
|
bind = $mainMod SHIFT, R, submap, reset
|
||||||
|
Reference in New Issue
Block a user