carbon-steel / detour.nvim

Use popup windows to navigate files/buffer and to contain shells/TUIs
MIT License
153 stars 4 forks source link

Any option to toggle? #11

Open inyutin opened 11 months ago

inyutin commented 11 months ago

Hello!

That's such a great plugin, thank you very much! I think it will improve lots of my workflows.

However, I would like to suggest toggle option.It will be great, if you can toggle it up, do something, toggle it down, toggle it up again and see what you have left before. That's why I can work on 2 buffers simultaneously and quickly switch between them.

carbon-steel commented 11 months ago

Neovim is coming out with a feature that would support this: https://github.com/neovim/neovim/pull/25386 .

I'll wait for this to hit a released version of neovim and then we can figure out how to use it for this plugin :)