SendCode
SendCode copied to clipboard
Send code without moving to next line
Is it possible, similarly to Rsdutio? I just want to send the current line without moving my cursor in sublime to the next line.
you need to set "auto_advance" : false,
in Preferences>Package Settings>SendCode>settings
you need to set
"auto_advance" : false,
in Preferences>Package Settings>SendCode>settings
Thank you I saw that but it would be handy to have two different keyboard shortcuts, each one associated with different auto_advance settings.
I was just discussing that here #139