I use the https://github.com/samjwill/nvim-unception/wiki/Setup-with-terminal-toggling-plugins! guide to make my toggle term correctly work with the unception, and to make the behavior just perfect I missed one last detail: **openning toggle term back after nvim unception finished** just notice that after every `git commit` I need to open the term back to push https://github.com/samjwill/nvim-unception/assets/16926049/d9b33873-99cf-41fa-93db-c8e7ecb68d36 I'd like to call `term.show()` right after the unception buffer is closed. Is it possible to make the new event or the callback for this?
I use the https://github.com/samjwill/nvim-unception/wiki/Setup-with-terminal-toggling-plugins! guide to make my toggle term correctly work with the unception, and to make the behavior just perfect I missed one last detail:
openning toggle term back after nvim unception finished
just notice that after every
git commitI need to open the term back to pushout.mp4
I'd like to call
term.show()right after the unception buffer is closed. Is it possible to make the new event or the callback for this?