You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result: use :terminal will open a terminal buffer and switch to insert mode.
However, use AsyncTask open a terminal buffer, it will stay in normal mode.
When I run a task then the terminal running in a new tab ignores my autocmd for TermOpen.
vim.cmd "autocmd TermOpen term://* startinsert"
The Terminal is always in normal mode.
The text was updated successfully, but these errors were encountered: