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

clear terminal on windows #513

Closed haeuslerd closed 9 months ago

haeuslerd commented 9 months ago

functionality added to clear an already opened terminal in windows. clear function is not valid on windows os. Therefore added additional check for os.

haeuslerd commented 9 months ago

Thanks for the feedback. I updated the function as requested.