feat: add binding of vim in i3
This commit is contained in:
parent
a70fd22cbe
commit
9d5941dacc
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue