mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
hyprland: add vim keybinds to resize mode
This commit is contained in:
parent
bba12f1e2d
commit
4f455458ff
|
@ -425,6 +425,10 @@
|
||||||
binde=,left,resizeactive,-10 0
|
binde=,left,resizeactive,-10 0
|
||||||
binde=,right,resizeactive,10 0
|
binde=,right,resizeactive,10 0
|
||||||
binde=,up,resizeactive,0 -10
|
binde=,up,resizeactive,0 -10
|
||||||
|
binde=,j,resizeactive,0 10
|
||||||
|
binde=,h,resizeactive,-10 0
|
||||||
|
binde=,l,resizeactive,10 0
|
||||||
|
binde=,k,resizeactive,0 -10
|
||||||
bind=,escape,submap,reset
|
bind=,escape,submap,reset
|
||||||
submap=reset
|
submap=reset
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue