I have a vertically split window and the window is further horizontally split within each column. I want to make the height of the windows within one column the same, but do not want to change the heights within the other (let's say, one window in the other column is set to highest possible, like by using CTRL-W_, and I don't want to change that). What is the easiest way possible to accomplish this?
If the equalalways
is on (it is by default), closing a split resizes the remaining splits to be equal. So just create a new split and then close it.
:new | q
Mapping it to a key (e.g. Leader+eq) would look like so:
nnoremap <Leader>eq :new \| :q<cr>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With