supercollider / scvim

Vim plugin for SuperCollider
GNU General Public License v3.0
117 stars 28 forks source link

user vim :term instead of standalone terminal window? #37

Closed hems closed 4 years ago

hems commented 6 years ago

if echo has('terminal') returns 1 then the current vim build will have the :term command which i believe behaves pretty much like neovim :term

We should then be able to open SC in a split on vim instead of using a standalone terminal?

gusano commented 6 years ago

@hems with #38 we add support for screen and tmux. Going to close this. Feel free to reopen if you really think that we should also support vim :term but meanwhile using screen or tmux sounds like an acceptable (if not better) workaround :)

hems commented 6 years ago

I think having it on vim :term is much more awesome as the output from the terminal becomes a buffer not to say you remove the tmux and screen dependency, some people ( including me ) use alternative software!

anyway, thanks for sharing the work!

gusano commented 6 years ago

@hems Reopening then :) No idea when this will be done though..

hems commented 6 years ago

nice one, awesome! i wish i was more useful and able to help but all i can do is copy and paste stuff on my vimrc :(

dvzrv commented 6 years ago

Hmm, it also depends on how well it performs within vim. I think it would be probably wise to

Does that sound reasonable?

claudiocabral commented 5 years ago

I'd like to give a shot at adding this feature, I can start working on it next week

claudiocabral commented 5 years ago

So, had some time this morning and got it up and running here. Would love to have some other people test it :)

capocasa commented 4 years ago

Working out some kinks but @claudiocabral's stuff in the PR is great.

claudiocabral commented 4 years ago

@capocasa we can close this one now ;)

capocasa commented 4 years ago

Oh I thought merge closes it!