numToStr / FTerm.nvim

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

fix: Fix tab switching #87

Open mutlusun opened 1 year ago

mutlusun commented 1 year ago

Before this commit, FTerm always returned to the last window even though it might not be on the same tabpage. This commit fixes this behavior and switches only to the last window if its on the current tabpage.

Reproduce the issue:

Thanks a lot for your work on this plugin! :)