I use SublimeText3 (Sublime Text Build 3059
) to edit my code and terminal (trough screen
(Screen version 4.01
)) to execute it. To send code lines into screen automatically I use Sublime plugin SendText.
My problem is when I select more than 16 lines of code screen can't execute them and gives "Remote command too long" error.
My questions are:
- Is it possible to solve this problem (send much more lines of code into screen)?
- Is there an alternative way to send Sublime code lines into terminal/screen?