Wednesday, December 1, 2021

Re: split question

* Kennedy, Marcus A. <Marcus.Kennedy@Rocket.com> [211201 12:58]:
> > ASCII art of what I want (hopefully LookOut! and Exchange doesn't screw
> > this up in flight):
> >
> > -------------------
> > | | | |
> > | | |-----|
> > |-----|-----| |
> > | | |-----|
> > | | | |
> > | |-----------|
> > | | |
> > |-----|-----------|
> >
>
> Additional info: Closest I could come up with was:
>
> -------------------
> | | | |
> | | |-----|
> |-----|-----| |
> | | |-----|
> | | | |
> |-----|-----------|
> | | |
> |-----|-----------|
>
> I cannot seem to make that bottom left window go away.

Call the columns A, B, and C. Split the window vertically into A and B.
Now splitting A horizontally is independent of the rest.

Next, split B horizontally into rows F and G. Now you can split F
vertically, giving you column C in F only. Now splitting [F,B] and
[F,C] can be split horizontally as desired.

...Marvin

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/YafRezErKAM5/IFh%40basil.wdw.

No comments: