akinsho / toggleterm.nvim

A neovim lua plugin to help easily manage multiple terminal windows
GNU General Public License v3.0
4.21k stars 170 forks source link

Change when to delete a terminal #503

Open WeariTraveller opened 10 months ago

WeariTraveller commented 10 months ago

Delete the terminal from the list when you delete the buffer, not when the job exits. This allows you to continue toggling and viewing the output even after the job has ended.