Is it possible put cursor inside print macro in ConEmu?
Like this: print("git commit -m \"${cursor}\"")
print("git commit -m \"${cursor}\"")
It's not possible. But you may move cursor afterwards via Keys("Left","Left")