davidgranstrom / scnvim

Neovim frontend for SuperCollider.
GNU General Public License v3.0
208 stars 28 forks source link

[FR]: optional use tmux instead of vim terminal #193

Closed grammoboy2 closed 2 years ago

grammoboy2 commented 2 years ago

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

davidgranstrom commented 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.

grammoboy2 commented 2 years ago

FYI: https://github.com/tidalcycles/vim-tidal from @munshkr et. al. seems to use tmux by default.

davidgranstrom commented 2 years ago

@grammoboy2 Hi,

I wrote a scnvim extension for this, you can find it here: https://github.com/davidgranstrom/scnvim-tmux