Closed grammoboy2 closed 2 years ago
It is currently not supported, but it might be a good candidate for a future scnvim extension (see #153, the API would need some slight adjustments to make it possible though)
A side note, scnvim does not actually use :terminal
but a regular buffer for the post window output.
FYI: https://github.com/tidalcycles/vim-tidal from @munshkr et. al. seems to use tmux by default.
@grammoboy2 Hi,
I wrote a scnvim extension for this, you can find it here: https://github.com/davidgranstrom/scnvim-tmux
Is your feature request related to a problem? Please describe.
In vim-arduino it's possible to set tmux instead of the vim terminal (via vim-slime), is that possible with scnvim as well? https://github.com/stevearc/vim-arduino
I think I would prefer such a worklow. If one is familiar with tmux and not with vim terminal, it's working easier with it. (resizing, panes, zoom etc.)