stevearc / vim-arduino

Vim plugin for compiling and uploading arduino sketches
MIT License
344 stars 24 forks source link

Reuse an existing tmux window #25

Closed mmngreco closed 3 years ago

mmngreco commented 4 years ago

Hi,

Thank you so much for this amazing project. I'm wondering if it's possible reuse an existing tmux window instead of create a new one on every upload.

stevearc commented 4 years ago

I believe this is a use case for vim-slime. See #22

mmngreco commented 4 years ago

That's interesting, thanks. Finally I chose to disable tmux integration.