tidalcycles / vim-tidal

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

Changed window rearrangement commands to respect existing splits #66

Closed paulchannelstrip closed 2 years ago

paulchannelstrip commented 2 years ago

The previous window rearrangement code in the s:TerminalOpen() function would terminal window all the way to the bottom of the screen, regardless of existing splits. This small change simply rotates it below the .tidal file window, and makes it 10 lines tall.