Reset a Vim Split
When I make a Vim horizontal split, the two panes are evenly sized. I then often use :resize n
to make one pane larger or smaller. To restore the panes to their evenly sized split, use <vim-leader> =
. In the Hashrocket dotfiles, this translates to CTRL + W =
.