mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add some more keybinds for resize group
This commit is contained in:
parent
17c29fcb48
commit
456833fbe3
|
@ -320,6 +320,11 @@ binde = , K, resizeactive, 0 -10
|
||||||
binde = , J, resizeactive, 0 10
|
binde = , J, resizeactive, 0 10
|
||||||
binde = , L, resizeactive, 10 0
|
binde = , L, resizeactive, 10 0
|
||||||
|
|
||||||
|
binde = , right, resizeactive, 10 0
|
||||||
|
binde = , left, resizeactive, -10 0
|
||||||
|
binde = , up, resizeactive, 0 -10
|
||||||
|
binde = , down, resizeactive, 0 10
|
||||||
|
|
||||||
binde = SUPER, H, resizeactive, -30 0
|
binde = SUPER, H, resizeactive, -30 0
|
||||||
binde = SUPER, K, resizeactive, 0 -30
|
binde = SUPER, K, resizeactive, 0 -30
|
||||||
binde = SUPER, J, resizeactive, 0 30
|
binde = SUPER, J, resizeactive, 0 30
|
||||||
|
@ -331,6 +336,7 @@ binde = SHIFT, J, resizeactive, 0 1
|
||||||
binde = SHIFT, L, resizeactive, 1 0
|
binde = SHIFT, L, resizeactive, 1 0
|
||||||
|
|
||||||
bind = , escape, submap, reset
|
bind = , escape, submap, reset
|
||||||
|
bind = , return, submap, reset
|
||||||
bind = SUPER, slash, submap, reset
|
bind = SUPER, slash, submap, reset
|
||||||
submap = reset
|
submap = reset
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue