tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
223 stars 56 forks source link

Add Vim8 Terminal support #42

Closed flupe closed 2 years ago

flupe commented 4 years ago

As disccused in #38 , this PR adds support for the Vim8 Terminal feature. This allows the user to discard tmux entirely and have everything handled inside Vim. Before merging this PR, a few things need to be taken care of:

That's all for now, I might think of other things later. Hope it's useful to some, don't hesitate to review, test or criticize the above.

flupe commented 4 years ago

@gmoe Thank you very much for taking the time to review my PR! I'll respond to your comments as I go about fixing them. I'm hoping to hear back from @munshkr as well.

munshkr commented 4 years ago

Hi @flupe ! Thank you for sending this PR. I agree with your proposal of making tmux optional, now that we have proper support of the terminal in both Vim 8 and Neovim. I'll test the tmux integration in a minute and comment if something else comes up.

mitchmindtree commented 2 years ago

This is looking great!

@flupe @munshkr could either of you give a summary of where this is at, or what work remains?

I love tmux, but this PR certainly seems like a much more conventional approach.

mitchmindtree commented 2 years ago

Thanks again for your work on this @flupe! Closing this PR as this work has landed as a part of #74.