-
I often use a vertical split when jumping between two documents a lot. But whenever I close a buffer I have to reopen the split. Is it currently possible to close a buffer but keep the split open? |
Beta Was this translation helpful? Give feedback.
Answered by
CptPotato
Dec 22, 2023
Replies: 1 comment 1 reply
-
May I ask what you mean? Could you please provide a little example or something similar? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this behavior has changed. I'm pretty sure when I wrote this,
:bc
would always close the split you have focused.Now it only closes when there are no other buffers to show, which is fine for my workflow. Showing a new scratch buffer would be a nice option if splits get more configurable (so you don't loose the layout you've set up).