pappasam / nvim-repl

52 stars 12 forks source link

tmux target #15

Closed gauteh closed 1 year ago

gauteh commented 1 year ago

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

gauteh commented 1 year ago

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

pappasam commented 1 year ago

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!)