aserowy / tmux.nvim

tmux integration for nvim features pane movement and resizing from within nvim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this work when opening tmux in neovim (not vim in tmux)

tristone13th opened this issue · comments

I tried this plugin when opening tmux in neovim terminal buffer, but it seems it is not working.

Heho,

this cannot work, because tmux cli must know about nvim as child process.
Hosting tmux inside nvim means tmux is not aware of a running nvim.

Kind regards
Alexander