Is there an existing issue for this?
Current Behavior
Creating a terminal when in another toggleterm makes nvim go into normal mode.
Switching to an already existing terminal does not cause this issue
Expected Behavior
Creating a terminal doesnt make nvim leave insert mode
Steps To Reproduce
- Open a toggleterm with my config
- Without leaving this terminal, try opening a new one
- The cursor in the new terminal will be at the bottom left corner and out of insert mode
Here's the config:
autochdir = true,
direction = "float",
close_on_exit = false,
persist_mode = false,
Environment
- OS:Ubuntu
- neovim version:0.11
- Shell:zsh
Anything else?
No response
Is there an existing issue for this?
Current Behavior
Creating a terminal when in another toggleterm makes nvim go into normal mode.
Switching to an already existing terminal does not cause this issue
Expected Behavior
Creating a terminal doesnt make nvim leave insert mode
Steps To Reproduce
Here's the config:
Environment
Anything else?
No response