SendCode icon indicating copy to clipboard operation
SendCode copied to clipboard

cmder not working

Open timcadman opened this issue 5 years ago • 6 comments

I'm also struggling to get this to work with cmder. I've looked at other issues raised and I've set the path in the sendcode user settings to cmder as suggested. Here are my entire settings:

{ "cmder": "C:\cmder\vendor\conemu-maximus5\ConEmu\ConEmuC.exe", "prog": "cmder", "r": { "bracketed_paste_mode": false, "prog": "cmder" }, "rmd": { "bracketed_paste_mode": false, "prog": "screen" } }

Am I specifying something incorrectly?

timcadman avatar Feb 19 '19 13:02 timcadman

backslashes have to be escaped. Namely, C:\\cmder\\......

randy3k avatar Feb 19 '19 14:02 randy3k

Thanks for your quick reponse!

They were actually escaped - they just became 'unescaped' when I pasted into github.

Any other ideas?

cheers

timcadman avatar Feb 19 '19 15:02 timcadman

I really have no clues now. Is there any error message from the sublime console?

randy3k avatar Feb 20 '19 03:02 randy3k

Hmm no error message, just nothing happens when I press ctrl+enter. I did have it working with ConEmu (after I set the path as directed) but no luck with cmder which is a shame.

timcadman avatar Feb 20 '19 08:02 timcadman

I just notice that you put "cmder". It should

"conemuc": <path>

For both cmder and conemu.

randy3k avatar Feb 20 '19 13:02 randy3k

Ah it works! Thanks so much man, and thanks for writing this cool package. My Sublime --> Cmder --> R workflow is now complete :)

timcadman avatar Feb 21 '19 10:02 timcadman