Vim Splits Resize
This week I’ve published a Vim plugin for re-sizing splits. Check the documentation for detailed getting started and usage instructions, the source code is available on GitHub…
Clone
mkdir -vp ~/git/hub/vim-utilities
cd ~/git/hub/vim-utilities
git clone git@github.com:vim-utilities/splits-resize.git
Install
cd ~/git/hub/vim-utilities/splits-resize
make install
Usage
-
<ESC>hor<A-h>, re-size active vertical split by-2 -
<ESC>jor<A-j>, re-size active horizontal split by+2 -
<ESC>kor<A-k>, re-size active horizontal split by-2 -
<ESC>lor<A-l>, re-size active vertical split by+2