pappasam / nvim-repl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmux target

gauteh opened this issue · comments

Hi,

thank you for this great plugin! Is there any chance of using a tmux pane as target for e.g. the ipython repl?

Regards, Gaute

Maybe this can be done with using :Twrite from vim-tbone as driver for repl#send_block

After thinking about this for a while, I don't think this is something nvim-repl should support. It would add a lot of complexity to the codebase and it's a fundamentally different user experience than is intended (I like keeping my projects very limited in scope to reduce overall maintenance burden). Thanks for submitting this issue and I hope you're able to find support for this usecase (I also use Tmux!)