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

Can't open terminals with Git Bash in Windows Terminal: No such file or directory.

Open swzrdlrd opened this issue 5 months ago • 0 comments

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):

Image

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.

swzrdlrd avatar Nov 11 '25 14:11 swzrdlrd