toggleterm-manager.nvim icon indicating copy to clipboard operation
toggleterm-manager.nvim copied to clipboard

A Telescope extension to manage Toggleterm's terminals in NeoVim

Results 9 toggleterm-manager.nvim issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this great plugin. I'm trying to set it up and find that using the documented "lua way"(`lua require("toggleterm-manager").open()`) to invoke this plugin results in the following error,...

Is it possible to pass on an option to change the telescope layout used? I would use the same compact layout seen in the README example, but keep the layout...

if there are many terminals , closing them one by one is hard work. How can i bind a key and close them all at once?

``, `` Please add description like other

I came across another issue while working on the terminal piece of my Neovim configuration: the delete ability of the toggleterm manager works precisely once. I can hit the default...

I've looked through the code and see that you're simply calling the terminal API exposed by toggleterm, so maybe I'm expecting too much. But when I use the toggleterm command...

When I found your plugin(I found it in Reddit) I got excited, but when I add it to my configs it sometimes writes this error message(when i start neovim): ![image](https://github.com/user-attachments/assets/1d301ac3-b978-4ed9-a0a8-1b5340446fd4)...

Hello, I have recently switched my terminal's shell to git bash. I have noticed this causes incorrect behaviour (it may also be user error): When I press tab to create...