buffer-tree-explorer icon indicating copy to clipboard operation
buffer-tree-explorer copied to clipboard

A simple vim-plugin for rendering your open buffers into an interactive ascii-tree to allow for easy navigation / management.

Results 4 buffer-tree-explorer issues
Sort by recently updated
recently updated
newest added

I recently came across this plugin, and wonder if you can create/expose two functions for users? ``function inputfilelist``: Instead of loading buffer list, it will load the list of paths...

if I split windows, and then trick to h back left to the TreeBuffer view, I get the following error at the bottom of vim ``` Error detected while processing...

* It would be amazing if there could be floating window support for this plugin. * It would be even better if the user can provide his own layout command(similar...

https://github.com/el-iot/buffer-tree-explorer/blob/dcc3637058b546baa4ed32ca95ca207a179de463/autoload/buffer.vim#L7 Currently you're using `vnew` which is fine but it takes up half the available screen space. I think it could be more intelligent and create a new buffer from...