Close a split window in Vim without resizing other windows -


If I have a window that is open with 2 partitions (3 total buffers are visible) and I have a viewport Each partition has to be adjusted, then I close a buffer, the viewport of the other two buffers automatically resizes.

Am I stopping buffer or is there a way to scale the least split?

  1) Vim window, custom shape with three split: + --- + ------- + --- + | | | | | 1 | 2 | 3 | | | | | + --- + ------- + --- + 2) Stop buffer 3, the partition has been changed to "Best fit": + ------- + ----- - + | | | | 1 | 2 | | | | + ------- + ------- + 3) I want to be it like this, just resize the imminent buffer: + --- + ----------- + | | | | 1 | 2 | | | | + --- + ----------- +  

 See  set noia "i.e. equal equal  

look in the insurance document.


Comments