weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

How to open split relative to a specific buffer? #433

Open ByteDrummer opened 3 years ago

ByteDrummer commented 3 years ago

Right now when I use the key mappings to open a split or vsplit, the new buffer is always split relative to the leftmost buffer. Is it possible to open the split relative to a specific buffer using the same select prompt used when opening a file? If not, are there any other solutions?

weirongxu commented 3 years ago

Currently, there is no such function and plan, but we can collect related requirements first, and then implement more flexible features in the future