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>h
or<A-h>
, re-size active vertical split by-2
-
<ESC>j
or<A-j>
, re-size active horizontal split by+2
-
<ESC>k
or<A-k>
, re-size active horizontal split by-2
-
<ESC>l
or<A-l>
, re-size active vertical split by+2