tidalcycles / vim-tidal

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

Add start/stop/restart commands #88

Open ejconlon opened 1 year ago

ejconlon commented 1 year ago

Hello! It is quite useful to have explicit commands to start/stop/restart the Tidal process, so I added them in this PR as :Tidal{Start,Stop,Restart}. I only use regular old Vim 9 so I can't speak to their correctness on Neovim or in Tmux. Please advise on any style issues or Vimscript esoterica - this is my first time writing it!