stevearc / stickybuf.nvim

Neovim plugin for locking a buffer to a window
MIT License
246 stars 7 forks source link

feature request: re-routing splits #27

Open LeonardoMor opened 9 months ago

LeonardoMor commented 9 months ago

Did you check existing requests?

Describe the feature

Things that split the window can still be opened.

Provide background

Say you are on the quickfix list and open something like a terminal or another file with :split file. That will be opened within the quickfix window (or however you call it).

What is the significance of this feature?

nice to have

Additional details

I am not sure this pertains to stickybuf itself, there are probably ways to do it already, but I didn't see a Discussions, so posting here.