Reputation: 10329
I've have splits open in vim which look like:
----------------
| A | B | C |
----------------
| D | E |
----------------
I'd like to expand the C
split such that my splits look like:
----------------
| A | B | |
----------| C |
| D | E | |
----------------
Is there an easy way to do this?
Upvotes: 0
Views: 137