numToStr / FTerm.nvim

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

Redirect nvim call inside fterm to outter nvim #89

Open ds82 opened 1 year ago

ds82 commented 1 year ago

Is it possible to route a call to nvim inside a fterm window to the outer nvim instance? E.g. I use tig inside fterm. If I commit something inside tig, tig opens nvim for the commit message, but this is another nvim instance inside fterm. Is it possible that the outter nvim (the one that opened the fterm window) open the git commit message editor?