Hacker News new | ask | show | jobs
by paskozdilar 1519 days ago
Copying from the other comment:

I remember vanilla vim doing some weird stuff, like leaving the buffer open even though I've exited the shell, requiring me to close it manually. I don't know if it's been fixed since.

1 comments

There is an option to close the terminal buffer when the terminal process exits, e.g.,

`:term ++close <cmd>`

Another poor default option choice in Vim compared to NeoVim.