numToStr / FTerm.nvim

:fire: No-nonsense floating terminal plugin for neovim :fire:
MIT License
743 stars 23 forks source link

separate autocmd for separate terminals #17

Closed numToStr closed 3 years ago

numToStr commented 3 years ago

Currently, VimResized and TermClose only work for one terminal at a time and for the custom terminal, it is just broken.

This PR hopes to fix that issue.