Broke out vim rc into nicer pieces :)

This commit is contained in:
Wryn Wagner
2019-09-26 16:00:03 -06:00
parent 90eef0d7dc
commit 4b195da0e2
9 changed files with 111 additions and 82 deletions

View File

@ -136,10 +136,10 @@ mode "resize" {
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
bindsym h resize shrink width 10 px or 10 ppt
bindsym h resize grow width 10 px or 10 ppt
bindsym j resize grow height 10 px or 10 ppt
bindsym k resize shrink height 10 px or 10 ppt
bindsym l resize grow width 10 px or 10 ppt
bindsym l resize shrink width 10 px or 10 ppt
# back to normal: Enter or Escape or $mod+r
bindsym Return mode "default"