SendCode icon indicating copy to clipboard operation
SendCode copied to clipboard

Settings for SendCode w/Terminus Windows?

Open nreith opened this issue 6 years ago • 6 comments

What tricks do I need to know to get sendcode working with terminus? Do I need to define the path as with conemu for cmder?

nreith avatar Oct 26 '18 17:10 nreith

Run SendCode: Choose Program and select Terminus

randy3k avatar Oct 27 '18 00:10 randy3k

Thanks. I tried that. But it doesn't seem to send any text. Tried restarting both programs too.

nreith avatar Oct 30 '18 03:10 nreith

Are you sending text to Terminus or cmder?

randy3k avatar Oct 30 '18 03:10 randy3k

Trying terminus if it will work

On Mon, Oct 29, 2018, 10:58 PM Randy Lai [email protected] wrote:

Are you sending text to Terminus https://github.com/randy3k/Terminus or cmder?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/randy3k/SendCode/issues/107#issuecomment-434163609, or mute the thread https://github.com/notifications/unsubscribe-auth/AF7-cS2ZY1n4JoSwLt31BzkfBEOpIM07ks5up85VgaJpZM4X8sgL .

nreith avatar Oct 30 '18 23:10 nreith

I have the following settings

{
	"julia":
	{
		"bracketed_paste_mode": true,
		"prog": "terminus"
	},
	"prog": "terminus"
}

for SendCode in SendCode.sublime-settings, and things are working fine.

PetrKryslUCSD avatar Nov 06 '18 03:11 PetrKryslUCSD

It seems that you have to set the syntax for a file before it will work

rcragun avatar May 31 '21 03:05 rcragun