Hi group
I have several shell windows open, each with different env-vars affecting my compilation process. How can I start another sublime process from a shell?
If sublime is already started from a different terminal (with different env) then doing: ‘subl ./main.cpp’ just opens file in previously existing editor - not what I’d want.
Is there any workaround for this ? Like ‘subl --new-proc’ maybe ?
thanks for any tips !
-michal