romgrk / barbar.nvim

The neovim tabline plugin.
2.16k stars 81 forks source link

Quit when calling BufferClose for single tab #546

Closed abdulazizumarovich closed 5 months ago

Iron-E commented 5 months ago

From the README:

[BufferClose] is included in this plugin to close buffers without messing with your window layout […]

These commands are only meant to delete buffers while preserving the window layout. To close a window (altering the window layout, and closing vim if it was the last window) it is intended to use :q directly

Can you tell me about your work flow here? Thanks!

abdulazizumarovich commented 5 months ago

I just wanted to close tabs same as we do in browsers. If I close latest buffer then new unnamed buffer is created and that messes up side tree bar.

Iron-E commented 5 months ago

Do any of these other issues describe/resolve this problem?

abdulazizumarovich commented 5 months ago

I found it is very challenging to use several plugins together without messing their behaviors. I think I should learn vim/nvim deeper first. Thank you

abdulazizumarovich commented 5 months ago

Closing due lack of experience. Can't even explain situation