feat: add binding of vim in i3

This commit is contained in:
Ray Andrew 2025-12-21 00:27:25 -06:00
parent a70fd22cbe
commit 9d5941dacc
No known key found for this signature in database

View file

@ -235,6 +235,10 @@ in
"Down" = "resize grow height 10 px or 10 ppt";
"Up" = "resize shrink height 10 px or 10 ppt";
"Right" = "resize grow width 10 px or 10 ppt";
"h" = "resize shrink width 10 px or 10 ppt";
"j" = "resize grow height 10 px or 10 ppt";
"k" = "resize shrink height 10 px or 10 ppt";
"l" = "resize grow width 10 px or 10 ppt";
"Escape" = "mode default";
"Return" = "mode default";
}