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 a new terminal, the terminal appears briefly but disappears and leaves me with the above image.
Here is all of my neovim configuration relating to this plugin:
return {
"ryanmsnyder/toggleterm-manager.nvim",
dependencies = {
"akinsho/nvim-toggleterm.lua",
"nvim-telescope/telescope.nvim",
},
keys = {
{
"<leader>tt",
"<cmd>Telescope toggleterm_manager<cr>",
"n",
desc = "Toggles toggleterm manager",
},
},
}
As mentioned in the title, I am using windows/microsoft terminal on windows11 with git bash. I am on toggleterm-manager.nvim commit 31318b8.
Please let me know if there is any more info I can provide.