feat(home:hyprland): add vim bindings
This commit is contained in:
parent
087c08b4e3
commit
ad469dd8e2
1 changed files with 16 additions and 4 deletions
|
|
@ -49,18 +49,30 @@ in {
|
|||
"SUPER, P, pseudo" # dwindle
|
||||
"SUPER, S, togglesplit" # dwindle
|
||||
|
||||
# Focus
|
||||
# Focus Arrows
|
||||
"SUPER, left, movefocus,l"
|
||||
"SUPER, right, movefocus,r"
|
||||
"SUPER, up, movefocus,u"
|
||||
"SUPER, down, movefocus,d"
|
||||
|
||||
# Move
|
||||
# Focus Vim
|
||||
"SUPER, h, movefocus,l"
|
||||
"SUPER, l, movefocus,r"
|
||||
"SUPER, k, movefocus,u"
|
||||
"SUPER, j, movefocus,d"
|
||||
|
||||
# Move Arrows
|
||||
"SUPERSHIFT, left, movewindow,l"
|
||||
"SUPERSHIFT, right, movewindow,r"
|
||||
"SUPERSHIFT, up, movewindow,u"
|
||||
"SUPERSHIFT, down, movewindow,d"
|
||||
|
||||
# Move Vim
|
||||
"SUPERSHIFT, h, movewindow,l"
|
||||
"SUPERSHIFT, l, movewindow,r"
|
||||
"SUPERSHIFT, k, movewindow,u"
|
||||
"SUPERSHIFT, j, movewindow,d"
|
||||
|
||||
#Resize
|
||||
"SUPER CTRL, left, resizeactive,-20 0"
|
||||
"SUPERCTRL, right, resizeactive,20 0"
|
||||
|
|
@ -78,8 +90,8 @@ in {
|
|||
"SUPER, 8, workspace,8"
|
||||
"SUPER, 9, workspace,9"
|
||||
"SUPER, 0, workspace,10"
|
||||
"SUPER, comma, workspace,e+1"
|
||||
"SUPER, period, workspace,e-1"
|
||||
"SUPER, period, workspace,e+1"
|
||||
"SUPER, comma, workspace,e-1"
|
||||
"SUPER, tab, focusCurrentOrLast"
|
||||
|
||||
# Move workspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue