Skip to content

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

Description

@swzrdlrd

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions